Documentation ¶
Index ¶
- func DeleteEventHook(c echo.Context) error
- func GetEventHook(c echo.Context) error
- func GetEvents(c echo.Context) error
- func Index(c echo.Context) error
- func NewCreateDeploymentHandler(appConfig *config.AppConfig, credential azcore.TokenCredential) echo.HandlerFunc
- func NewCreateEventHookHandler(appConfig *config.AppConfig) echo.HandlerFunc
- func NewEventGridWebHookHandler(appConfig *config.AppConfig, credential azcore.TokenCredential) echo.HandlerFunc
- func NewGetDeploymentHandler(appConfig *config.AppConfig) echo.HandlerFunc
- func NewGetInvokedOperationHandler(appConfig *config.AppConfig) echo.HandlerFunc
- func NewHealthCheckHandler() echo.HandlerFunc
- func NewInvokeDeploymentOperationHandler(appConfig *config.AppConfig, credential azcore.TokenCredential) echo.HandlerFunc
- func NewListDeploymentsHandler(appConfig *config.AppConfig) echo.HandlerFunc
- func NewListEventHooksHandler(appConfig *config.AppConfig) echo.HandlerFunc
- func NewListInvokedOperationHandler(appConfig *config.AppConfig) echo.HandlerFunc
- func UpdateDeployment(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteEventHook ¶ added in v0.2.1
func DeleteEventHook(c echo.Context) error
func GetEventHook ¶ added in v0.2.1
func GetEventHook(c echo.Context) error
func NewCreateDeploymentHandler ¶
func NewCreateDeploymentHandler(appConfig *config.AppConfig, credential azcore.TokenCredential) echo.HandlerFunc
func NewCreateEventHookHandler ¶ added in v0.3.1
NewCreateEventHookHandler creates a new instance of the createEventHookHandler
func NewEventGridWebHookHandler ¶
func NewEventGridWebHookHandler(appConfig *config.AppConfig, credential azcore.TokenCredential) echo.HandlerFunc
func NewGetDeploymentHandler ¶ added in v0.2.1
Get deployment factory function
func NewGetInvokedOperationHandler ¶ added in v0.3.1
func NewHealthCheckHandler ¶ added in v1.2.0
func NewHealthCheckHandler() echo.HandlerFunc
func NewInvokeDeploymentOperationHandler ¶
func NewInvokeDeploymentOperationHandler(appConfig *config.AppConfig, credential azcore.TokenCredential) echo.HandlerFunc
func NewListEventHooksHandler ¶ added in v0.2.1
func NewListInvokedOperationHandler ¶ added in v0.3.1
func UpdateDeployment ¶
func UpdateDeployment(c echo.Context) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.