Documentation ¶
Overview ¶
Package config implements global configuration options.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Key manager Runtime ID. RuntimeID string `yaml:"runtime_id"` // Key manager may generate a new master secret. MayGenerate bool `yaml:"may_generate"` // Base64-encoded public keys of unadvertised peers that may call protected methods. PrivatePeerPubKeys []string `yaml:"private_peer_pub_keys"` }
Config is the keymanager worker configuration structure.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig returns the default configuration settings.
Click to show internal directories.
Click to hide internal directories.