Files
opencloud/graph/pkg/config/service.go
2022-01-03 07:49:24 +01:00

8 lines
128 B
Go

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