Files
QSfera/services/postprocessing/pkg/config/service.go
T
2022-12-08 11:00:42 +01:00

7 lines
120 B
Go

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