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

Method Create

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

Create 创建团队

(ctx context.Context, input *team_dto.CreateTeam)

Source from the content-addressed store, hash-verified

17
18 // Create 创建团队
19 Create(ctx context.Context, input *team_dto.CreateTeam) (*team_dto.Team, error)
20 // Edit 编辑团队
21 Edit(ctx context.Context, id string, input *team_dto.EditTeam) (*team_dto.Team, error)
22 // Delete 删除团队

Callers 1

CreateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected