Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PresetDefaults Preset General GeneralConfigOptions Presets *OrderedMap[string, *Preset] }
type GeneralConfigOptions ¶
type GeneralConfigOptions struct {
AllowConcurrentPresets bool
}
type Hooks ¶ added in v0.3.2
type Hooks struct { PreStart [][]string PostStart [][]string PostStartAsync [][]string PostStop [][]string }
Parsed hooks that contain list of args.
type OrderedMap ¶ added in v0.2.0
type OrderedMap[K string, V fmt.GoStringer] struct { *orderedmap.OrderedMap[K, V] }
func NewOrderedMap ¶ added in v0.2.0
func NewOrderedMap[K string, V fmt.GoStringer]() *OrderedMap[K, V]
func (*OrderedMap[K, V]) GoString ¶ added in v0.2.0
func (m *OrderedMap[K, V]) GoString() string
impl `fmt.GoStringer`
Click to show internal directories.
Click to hide internal directories.