Documentation ¶
Index ¶
- func Agents(cli *cli.Context) gin.HandlerFunc
- func Broker(cli *cli.Context) gin.HandlerFunc
- func Cache(cli *cli.Context) gin.HandlerFunc
- func Config(cli *cli.Context) gin.HandlerFunc
- func Remote(c *cli.Context) gin.HandlerFunc
- func Store(cli *cli.Context) gin.HandlerFunc
- func Version(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Agents ¶ added in v0.5.0
func Agents(cli *cli.Context) gin.HandlerFunc
Agents is a middleware function that initializes the authorization middleware for agents to connect to the queue.
func Broker ¶ added in v0.5.0
func Broker(cli *cli.Context) gin.HandlerFunc
Broker is a middleware function that initializes the broker and adds the broker client to the request context.
func Cache ¶
func Cache(cli *cli.Context) gin.HandlerFunc
Cache is a middleware function that initializes the Cache and attaches to the context of every http.Request.
func Config ¶ added in v0.5.0
func Config(cli *cli.Context) gin.HandlerFunc
Config is a middleware function that initializes the Configuration and attaches to the context of every http.Request.
func Remote ¶
func Remote(c *cli.Context) gin.HandlerFunc
Remote is a middleware function that initializes the Remote and attaches to the context of every http.Request.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.