Files
opencloud/services/groupware/pkg/config/service.go
2026-02-04 09:40:19 +01:00

7 lines
120 B
Go

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