Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchValue ¶
type ArchValue struct {
X86 interface{} `yaml:"x86"`
Arm interface{} `yaml:"arm"`
}
type EnvValue ¶
type EnvValue struct {
Default interface{} `yaml:"default"`
Env interface{} `yaml:"env"`
}
type Service ¶
type Service[T any] struct { // contains filtered or unexported fields }
func NewService ¶
func (*Service[T]) RegisterAsync ¶
Click to show internal directories.
Click to hide internal directories.