Files
opencloud/notifications/pkg/config/service.go
2022-02-18 15:44:53 +01:00

7 lines
109 B
Go

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