MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Delete

Method Delete

module/team/team.go:23–23  ·  view source on GitHub ↗

Delete 删除团队

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

21 Edit(ctx context.Context, id string, input *team_dto.EditTeam) (*team_dto.Team, error)
22 // Delete 删除团队
23 Delete(ctx context.Context, id string) error
24
25 //ExportAll(ctx context.Context) ([]*team_dto.ExportTeam, error)
26}

Callers 1

DeleteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected