Files
QSfera/graph-explorer/pkg/config/service.go
T

7 lines
109 B
Go

package config
// Service defines the available service configuration.
type Service struct {
Name string
}