Files
QSfera/services/userlog/pkg/config/service.go
T
2023-02-21 14:25:21 +01:00

7 lines
120 B
Go

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