Files
QSfera/services/clientlog/pkg/config/service.go
T
2023-09-07 10:56:58 +02:00

7 lines
120 B
Go

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