7 lines
135 B
Go
7 lines
135 B
Go
package config
|
|
|
|
// Service defines the available service configuration.
|
|
type Service struct {
|
|
Name string `ocisConfig:"-" yaml:"-"`
|
|
}
|