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

Struct GetRoleRequest

internal/api/req/role_req.go:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86type GetRoleRequest struct {
87 Id int `json:"id" binding:"required,gt=0"` // 角色ID
88}
89
90type UpdateRoleRequest struct {
91 Id int `json:"id" binding:"required,gt=0"` // 角色ID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected