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

7 lines
109 B
Go

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