Files
opencloud/glauth/pkg/config/service.go
2022-03-29 15:06:58 +02:00

7 lines
120 B
Go

package config
// Service defines the available service configuration.
type Service struct {
Name string `yaml:"-"`
}