Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶ added in v0.52.0
type API struct {
// contains filtered or unexported fields
}
func Create ¶ added in v0.52.0
func Create(config Config, authZ authz.Config, q *query.Queries, authZRepo *authz_es.EsRepository, authRepo *auth_es.EsRepository, adminRepo *admin_es.EsRepository, sd systemdefaults.SystemDefaults) *API
func (*API) RegisterHandler ¶ added in v0.52.0
func (*API) RegisterServer ¶ added in v0.52.0
type Config ¶ added in v0.52.0
type Config struct {
GRPC grpc_util.Config
OIDC oidc.OPHandlerConfig
}
type ValidationFunction ¶ added in v0.75.0
Click to show internal directories.
Click to hide internal directories.