Documentation ¶ Index ¶ type Service func NewService(logger *slog.Logger, cfg aws.Config) Service func (s Service) DeleteSecrets(ctx context.Context, prefix string) error func (s Service) GetSecrets(ctx context.Context, prefix string) (map[string]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(logger *slog.Logger, cfg aws.Config) Service func (Service) DeleteSecrets ¶ func (s Service) DeleteSecrets(ctx context.Context, prefix string) error func (Service) GetSecrets ¶ func (s Service) GetSecrets(ctx context.Context, prefix string) (map[string]string, error) Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.