Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscribeAPI ¶
type Subscriber ¶
type Subscriber struct {
// contains filtered or unexported fields
}
func NewSubscriber ¶ added in v1.1.1
func (*Subscriber) Stop ¶
func (s *Subscriber) Stop()
func (*Subscriber) Subscribe ¶
func (s *Subscriber) Subscribe(nodeId string, secretId string)
type WatchOption ¶
type WatchOption func(watcher *Watcher)
func WithInterval ¶
func WithInterval(min, max time.Duration) WatchOption
type Watcher ¶
type Watcher struct {
// contains filtered or unexported fields
}
func NewWatcher ¶
func NewWatcher(nodeId *string, secretId *string, api aws.SecretsManagerAPI, notifyCh chan *tlsV3.Secret, l log.Logger, opts ...WatchOption) *Watcher
Click to show internal directories.
Click to hide internal directories.