Versions in this module Expand all Collapse all v0 v0.1.1 Sep 27, 2019 Changes in this version + func Create(context controller.Context, input CreateParams) (res schema.Response) + func CreateRouter(context *gin.Context) + func Delete(context controller.Context, id string) (res schema.Response) + func DeleteHelpById(id string) + func DeleteRouter(context *gin.Context) + func GetHelp(id string) (res schema.Response) + func GetHelpList(context controller.Context, q Query) (res schema.List) + func GetHelpListRouter(context *gin.Context) + func GetHelpRouter(context *gin.Context) + func Update(context controller.Context, helpId string, input UpdateParams) (res schema.Response) + func UpdateRouter(context *gin.Context) + type CreateParams struct + Content string + ParentId *string + Status model.HelpStatus + Tags []string + Title string + Type model.HelpType + type Query struct + Status *model.HelpStatus + Type *model.HelpType + type UpdateParams struct + Content *string + ParentId *string + Status *model.HelpStatus + Tags *[]string + Title *string + Type *model.HelpType