Files
QSfera/services/search/pkg/config/service.go
T
2022-06-27 14:05:36 +02:00

7 lines
135 B
Go

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