Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TaskController ¶ added in v1.2.0
type TaskController struct{}
func (*TaskController) Create ¶ added in v1.2.0
func (c *TaskController) Create(ctx *gin.Context)
func (*TaskController) Delete ¶ added in v1.2.0
func (c *TaskController) Delete(ctx *gin.Context)
func (*TaskController) Read ¶ added in v1.2.0
func (c *TaskController) Read(ctx *gin.Context)
func (*TaskController) Update ¶ added in v1.2.0
func (c *TaskController) Update(ctx *gin.Context)
type UserController ¶ added in v1.2.0
type UserController struct {
Authenticator *auth.LocalAuthenticator
}
func (*UserController) Create ¶ added in v1.2.0
func (c *UserController) Create(ctx *gin.Context)
func (*UserController) Login ¶ added in v1.2.0
func (c *UserController) Login(ctx *gin.Context)
func (*UserController) Read ¶ added in v1.2.0
func (c *UserController) Read(ctx *gin.Context)
type WebhookController ¶ added in v1.2.0
type WebhookController struct{}
func (*WebhookController) Create ¶ added in v1.2.0
func (c *WebhookController) Create(ctx *gin.Context)
func (*WebhookController) Delete ¶ added in v1.2.0
func (c *WebhookController) Delete(ctx *gin.Context)
func (*WebhookController) Read ¶ added in v1.2.0
func (c *WebhookController) Read(ctx *gin.Context)
func (*WebhookController) ReadAll ¶ added in v1.2.0
func (c *WebhookController) ReadAll(ctx *gin.Context)
func (*WebhookController) Update ¶ added in v1.2.0
func (c *WebhookController) Update(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.