Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppDescription string = "Welcome to modern authorization!" // AppName -- application name. AppName = "aserto" // AppVersionTag -- version tag. AppVersionTag = "" )
Variables ¶
View Source
var ( UnknownSvcErr = errors.New("unknown service") AllServices = []Service{AuthorizerService, DecisionLogsService, TenantService, ControlPlaneService, EMSService} )
Functions ¶
This section is empty.
Types ¶
type ServiceOptions ¶ added in v0.8.4
type Services ¶ added in v0.8.0
type Services struct { AuthorizerService ServiceOptions `json:"authorizer"` DecisionLogsService ServiceOptions `json:"decision_logs"` TenantService ServiceOptions `json:"tenant"` ControlPlaneService ServiceOptions `json:"control_plane"` EMSService ServiceOptions `json:"ems"` }
func DefaultEnvironment ¶ added in v0.8.4
func DefaultEnvironment() *Services
func (*Services) Get ¶ added in v0.8.8
func (s *Services) Get(svc Service) *ServiceOptions
Click to show internal directories.
Click to hide internal directories.