MCPcopy Create free account
hub / github.com/openclaw/gogcli / AdminOrgUnit

Method AdminOrgUnit

internal/googleapi/factory.go:60–62  ·  view source on GitHub ↗
(ctx context.Context, account string)

Source from the content-addressed store, hash-verified

58}
59
60func (f Factory) AdminOrgUnit(ctx context.Context, account string) (*admin.Service, error) {
61 return NewAdminDirectoryOrgUnit(f.withAuth(ctx), account)
62}
63
64func (f Factory) AppScript(ctx context.Context, account string) (*script.Service, error) {
65 return NewAppScript(f.withAuth(ctx), account)

Callers 1

Calls 2

withAuthMethod · 0.95
NewAdminDirectoryOrgUnitFunction · 0.85

Tested by

no test coverage detected