Versions in this module Expand all Collapse all v1 v1.0.0 May 9, 2024 Changes in this version + func LoadSecrets(paths []string) (map[string][]byte, error) + func LoadSingleSecret(path string) ([]byte, error) + type Agent struct + func (a *Agent) Add(path string) error + func (a *Agent) Censor(content []byte) []byte + func (a *Agent) GetSecret(secretPath string) []byte + func (a *Agent) GetTokenGenerator(secretPath string) func() []byte + func (a *Agent) Start(paths []string) error + func (a *Agent) Stop()