Documentation ¶
Overview ¶
Package label implements the decoding and encoding between flat labels and a typed Configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode converts the labels to an element. labels -> [ node -> node + metadata (type) ] -> element (node)
func DecodeConfiguration ¶
func DecodeConfiguration(labels map[string]string) (*config.Configuration, error)
DecodeConfiguration converts the labels to a configuration.
func EncodeConfiguration ¶
func EncodeConfiguration(conf *config.Configuration) (map[string]string, error)
EncodeConfiguration converts a configuration to labels.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.