Files
QSfera/services/invitations/pkg/config/service.go
T
2023-03-24 11:42:48 +01:00

7 lines
120 B
Go

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