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} )
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"`
}
func DefaultEnvironment ¶ added in v0.8.4
func DefaultEnvironment() *Services
Click to show internal directories.
Click to hide internal directories.