Versions in this module Expand all Collapse all v1 v1.12.0 Jul 26, 2016 Changes in this version + const DefaultKeyLen + const DefaultKeyRotationInterval + const DefaultSubsystem + const SubsystemGossip + const SubsystemIPSec + type Config struct + ClusterName string + Keylen int + RotationInterval time.Duration + Subsystems []string + func DefaultConfig() *Config + type KeyManager struct + func New(store *store.MemoryStore, config *Config) *KeyManager + func (k *KeyManager) Run(ctx context.Context) error + func (k *KeyManager) Stop() error