# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
type IdentityProjectService interface { IdentifyProject(ctx context.Context, project string, uid string) ([]string, error) }.
No description provided by the author