MCPcopy Create free account
hub / github.com/dropbox/dbxcli / GroupsListContext

Method GroupsListContext

cmd/team_json.go:28–28  ·  view source on GitHub ↗
(context.Context, *team.GroupsListArg)

Source from the content-addressed store, hash-verified

26type 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)

Callers 1

listTeamGroupsFunction · 0.65

Implementers 1

mockTeamClientcmd/team_json_test.go

Calls

no outgoing calls

Tested by

no test coverage detected