Files
QSfera/extensions/graph-explorer/pkg/config/service.go
T
2022-04-13 17:04:37 +02:00

7 lines
120 B
Go

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