Documentation ¶ Overview ¶ Package secrets contains logic for adapter to aws secrets manager Index ¶ func MergeSecrets(defaultSecrets, secrets map[string]string) map[string]string type Service func NewService(secretName string) (*Service, error) func (s *Service) GetSecretValues(builderName string) (map[string]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MergeSecrets ¶ func MergeSecrets(defaultSecrets, secrets map[string]string) map[string]string Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(secretName string) (*Service, error) func (*Service) GetSecretValues ¶ func (s *Service) GetSecretValues(builderName string) (map[string]string, error) Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.