permit_identity

package
v1.3.1-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SystemGroup = "system"
	TeamGroup   = "team"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentitySystemService

type IdentitySystemService interface {
	IdentifySystem(ctx context.Context, uid string) ([]string, error)
}
type IdentityProjectService interface {
	IdentifyProject(ctx context.Context, project string, uid string) ([]string, error)
}

type IdentityTeamService

type IdentityTeamService interface {
	IdentifyTeam(ctx context.Context, team string, uid string) ([]string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL