Files
opencloud/web/pkg/config/service.go
2022-01-07 16:12:01 +00:00

7 lines
109 B
Go

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