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

Method Search

module/my-team/team.go:16–16  ·  view source on GitHub ↗

Search 搜索团队

(ctx context.Context, keyword string)

Source from the content-addressed store, hash-verified

14 GetTeam(ctx context.Context, id string) (*team_dto.Team, error)
15 // Search 搜索团队
16 Search(ctx context.Context, keyword string) ([]*team_dto.Item, error)
17 // Edit 编辑团队
18 Edit(ctx context.Context, id string, input *team_dto.EditTeam) (*team_dto.Team, error)
19 // MySimpleTeams 简易搜索团队

Callers 7

ApiStatisticsMethod · 0.65
ServicesMethod · 0.65
SimpleTeamsMethod · 0.65
SearchMethod · 0.65
MySimpleTeamsMethod · 0.65
MembersMethod · 0.65
SimpleMembersMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected