Files
opencloud/services/auth-api/pkg/config/service.go

7 lines
120 B
Go

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