Files
opencloud/ocs/pkg/config/service.go
2022-01-07 16:04:52 +00:00

8 lines
128 B
Go

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