MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetMenuRequest

Struct GetMenuRequest

internal/api/req/role_req.go:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type GetMenuRequest struct {
51 Id int `json:"id" binding:"required,gt=0"` // 菜单ID
52}
53
54type UpdateMenuRequest struct {
55 Id int `json:"id" binding:"required,gt=0"` // 菜单ID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected