MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Permissions

Method Permissions

module/permit/team/iml.go:25–27  ·  view source on GitHub ↗
(ctx context.Context, teamId string)

Source from the content-addressed store, hash-verified

23}
24
25func (m *imlTeamPermitModule) Permissions(ctx context.Context, teamId string) ([]string, error) {
26 return m.accesses(ctx, teamId)
27}
28
29func (m *imlTeamPermitModule) OnComplete() {
30 permit.AddDomainHandler(role.GroupTeam, m.domain)

Callers

nothing calls this directly

Calls 1

accessesMethod · 0.95

Tested by

no test coverage detected