Files
QSfera/proxy/pkg/config/service.go
T

8 lines
128 B
Go

package config
// Service defines the available service configuration.
type Service struct {
Name string
Version string
}