componentcfg package - github.com/AliceO2Group/Control/configuration/componentcfg - Go Packages
Overview ¶
Package componentcfg provides component configuration management functionality, including query handling and template processing for O² components.
Index ¶
- Constants
- Variables
- func GetComponentsMapFromKeysList(keys []string) map[string]bool
- func GetEntriesMapOfComponentFromKeysList(component string, runtype apricotpb.RunType, rolename string, keys []string) map[string]bool
- func IsInputValidComponentName(input string) bool
- func IsInputValidEntryName(input string) bool
- func IsStringValidEntriesQueryPath(input string) bool
- func IsStringValidQueryParameters(input string) bool
- func IsStringValidQueryPath(input string) bool
- type EntriesQuery
- type Query
- type QueryParameters
Constants ¶
const ( SEPARATOR = "/" SEPARATOR_RUNE = '/' )
const (
ConfigComponentsPath = "o2/components/"
)