Documentation ¶
Index ¶
Constants ¶
View Source
const ( ParamNameClientID = "client_id" ParamNameClientSecret = "client_secret" ParamNameTokenURL = "token_url" ParamNameCertsURL = "certs_url" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // Init initializes the subscription manager and passes the controller manager to use. Init(mgr manager.Manager) error // Start runs the initialized subscription manager instance. Start(defaultSubsConfig env.DefaultSubscriptionConfig, params Params) error // Stop tells the subscription manager instance to shut down and clean-up. Stop(runCleanup bool) error }
Manager defines the interface that subscription managers for different messaging backends should implement.
Click to show internal directories.
Click to hide internal directories.