Documentation ¶
Index ¶
- type Handler
- func (handler *Handler) GetCredentials(ctx context.Context, _ *sync.WaitGroup, startupTimer startup.Timer, ...) bool
- func (handler *Handler) SetupMosquittoConfFile(ctx context.Context, _ *sync.WaitGroup, _ startup.Timer, dic *di.Container) bool
- func (handler *Handler) SetupMosquittoPasswordFile(ctx context.Context, _ *sync.WaitGroup, startupTimer startup.Timer, ...) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler is the redis bootstrapping handler
func (*Handler) GetCredentials ¶
func (handler *Handler) GetCredentials(ctx context.Context, _ *sync.WaitGroup, startupTimer startup.Timer, dic *di.Container) bool
GetCredentials retrieves the mosquitto credentials from secretstore
Click to show internal directories.
Click to hide internal directories.