Documentation
¶
Overview ¶
Package secrets contains logic for adapter to aws secrets manager
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingSecret = errors.New("missing secret for builder")
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GetSecretValues ¶
func (s *Service) GetSecretValues(builderName string) (json.RawMessage, error)
func (*Service) SetSecretValues ¶ added in v0.2.0
func (s *Service) SetSecretValues(builderName string, values json.RawMessage) error
Click to show internal directories.
Click to hide internal directories.