Documentation
¶
Index ¶
- func CheckingKey(key string) gin.HandlerFunc
- type App
- func (app *App) Endpoint() func(c *gin.Context)
- func (app *App) EndpointHandler(ctx *gin.Context, hookId string, path string)
- func (app *App) FetchPluginInstallation() gin.HandlerFunc
- func (app *App) InitClusterID() gin.HandlerFunc
- func (app *App) RedirectPluginInvoke() gin.HandlerFunc
- func (app *App) Run(config *app.Config)
- type EndpointHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckingKey ¶
func CheckingKey(key string) gin.HandlerFunc
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) EndpointHandler ¶
func (*App) FetchPluginInstallation ¶
func (app *App) FetchPluginInstallation() gin.HandlerFunc
func (*App) InitClusterID ¶
func (app *App) InitClusterID() gin.HandlerFunc
func (*App) RedirectPluginInvoke ¶
func (app *App) RedirectPluginInvoke() gin.HandlerFunc
RedirectPluginInvoke redirects the request to the correct cluster node
Click to show internal directories.
Click to hide internal directories.