Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACCESS_SETTINGS ¶
type ACCESS_SETTINGS struct {
ENDPOINTS []string `koanf:"endpoints" transform:"lower"`
FIELD_POLICIES map[string]FieldPolicy `koanf:"fieldpolicies" transform:"lower" childtransform:"default"`
}
type FieldMapping ¶
type FieldPolicy ¶
type MESSAGE_SETTINGS ¶
type MESSAGE_SETTINGS struct {
VARIABLES map[string]any `koanf:"variables" childtransform:"upper"`
FIELD_MAPPINGS map[string][]FieldMapping `koanf:"fieldmappings" childtransform:"default"`
TEMPLATE string `koanf:"template" transform:"lower"`
}
type SETTINGS ¶
type SETTINGS struct {
ACCESS ACCESS_SETTINGS `koanf:"access" transform:"lower"`
MESSAGE MESSAGE_SETTINGS `koanf:"message" transform:"lower"`
}
Click to show internal directories.
Click to hide internal directories.