MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / AddMember

Method AddMember

controller/my_team/iml.go:42–44  ·  view source on GitHub ↗
(ctx *gin.Context, id string, users *team_dto.UserIDs)

Source from the content-addressed store, hash-verified

40}
41
42func (c *imlTeamController) AddMember(ctx *gin.Context, id string, users *team_dto.UserIDs) error {
43 return c.module.AddMember(ctx, id, users.Users...)
44}
45
46func (c *imlTeamController) RemoveMember(ctx *gin.Context, id string, uuid string) error {
47 return c.module.RemoveMember(ctx, id, uuid)

Callers

nothing calls this directly

Calls 1

AddMemberMethod · 0.65

Tested by

no test coverage detected