(context.Context, *team.GroupsListArg)
| 26 | type teamClient interface { |
| 27 | GetInfoContext(context.Context) (*team.TeamGetInfoResult, error) |
| 28 | GroupsListContext(context.Context, *team.GroupsListArg) (*team.GroupsListResult, error) |
| 29 | GroupsListContinueContext(context.Context, *team.GroupsListContinueArg) (*team.GroupsListResult, error) |
| 30 | MembersAddContext(context.Context, *team.MembersAddArg) (*team.MembersAddLaunch, error) |
| 31 | MembersListContext(context.Context, *team.MembersListArg) (*team.MembersListResult, error) |
no outgoing calls
no test coverage detected