Documentation
¶
Overview ¶
Package config has top-level configs etc. for the distributor implementation and associated commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed logs.yaml LogsYAML []byte //go:embed witnesses.yaml WitnessesYAML []byte )
Functions ¶
func DefaultLogs ¶
DefaultLogs returns a parsed representation of the embedded LogsYAML config. The returned map is keyed by LogID.
func DefaultWitnesses ¶
DeafultWitnesses returns a parsed representation of the embedded WitnessesYAML config. The returned map is keyed by the raw verifier key string.
func ParseLogConfig ¶
ParseLogConfig parses the passed in log config, and returns a map keyed by LogID.
Types ¶
Click to show internal directories.
Click to hide internal directories.