Versions in this module Expand all Collapse all v0 v0.1.1 Sep 27, 2019 v0.1.0 Sep 1, 2019 Changes in this version + func Create(context controller.Context, input CreateMenuParams) (res schema.Response) + func CreateRouter(context *gin.Context) + func Delete(context controller.Context, menuId string) (res schema.Response) + func DeleteMenuById(id string) + func DeleteRouter(context *gin.Context) + func GetList(context controller.Context, input Query) (res schema.Response) + func GetListRouter(context *gin.Context) + func GetMenu(id string) (res schema.Response) + func GetMenuRouter(context *gin.Context) + func Update(context controller.Context, bannerId string, input UpdateParams) (res schema.Response) + func UpdateRouter(context *gin.Context) + type CreateMenuParams struct + Accession *[]string + Icon *string + Name string + ParentId *string + Sort int + Url *string + type Query struct + type UpdateParams struct + Accession *[]string + Icon *string + Name *string + ParentId *string + Sort *int + Url *string