Documentation ¶
Index ¶
- Variables
- func Authenticate(ctx context.Context) (context.Context, error)
- func LoadSwaggerUI(mux *mux.Router)
- type ApiGatewayBootstrapper
- type AppBootstrapper
- type AuthBootstrapper
- type DBBootstrapper
- type EventBootstrapper
- type ExportProject
- type GrpcBootstrapper
- type I18nBootstrapper
- type LogBootstrapper
- type MetricsBootstrapper
- type OidcBootstrapper
- type PluginsBootstrapper
- type PprofBootstrapper
- type TracingBootstrapper
- type UploadBootstrapper
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func LoadSwaggerUI ¶
Types ¶
type ApiGatewayBootstrapper ¶
type ApiGatewayBootstrapper struct{}
func (*ApiGatewayBootstrapper) Bootstrap ¶
func (a *ApiGatewayBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type AppBootstrapper ¶
type AppBootstrapper struct{}
func (*AppBootstrapper) Bootstrap ¶
func (a *AppBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type AuthBootstrapper ¶
type AuthBootstrapper struct{}
func (*AuthBootstrapper) Bootstrap ¶
func (a *AuthBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type DBBootstrapper ¶
type DBBootstrapper struct{}
func (*DBBootstrapper) Bootstrap ¶
func (D *DBBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type EventBootstrapper ¶
type EventBootstrapper struct{}
func (*EventBootstrapper) Bootstrap ¶
func (e *EventBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type ExportProject ¶
type GrpcBootstrapper ¶
type GrpcBootstrapper struct{}
func (*GrpcBootstrapper) Bootstrap ¶
func (g *GrpcBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type I18nBootstrapper ¶ added in v0.0.7
type I18nBootstrapper struct{}
func (*I18nBootstrapper) Bootstrap ¶ added in v0.0.7
func (a *I18nBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type LogBootstrapper ¶
type LogBootstrapper struct{}
func (*LogBootstrapper) Bootstrap ¶
func (a *LogBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type MetricsBootstrapper ¶
type MetricsBootstrapper struct{}
func (*MetricsBootstrapper) Bootstrap ¶
func (m *MetricsBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type OidcBootstrapper ¶
type OidcBootstrapper struct{}
func (*OidcBootstrapper) Bootstrap ¶
func (D *OidcBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type PluginsBootstrapper ¶
type PluginsBootstrapper struct{}
func (*PluginsBootstrapper) Bootstrap ¶
func (a *PluginsBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type PprofBootstrapper ¶
type PprofBootstrapper struct{}
func (*PprofBootstrapper) Bootstrap ¶
func (p *PprofBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type TracingBootstrapper ¶
type TracingBootstrapper struct{}
func (*TracingBootstrapper) Bootstrap ¶
func (t *TracingBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
type UploadBootstrapper ¶
type UploadBootstrapper struct{}
func (*UploadBootstrapper) Bootstrap ¶
func (*UploadBootstrapper) Bootstrap(app contracts.ApplicationInterface) error
Source Files ¶
- apigateway_bootstrapper.go
- app_bootstrapper.go
- auth_bootstrapper.go
- db_bootstrapper.go
- event_bootstrapper.go
- grpc_bootstrapper.go
- i18n_bootstrapper.go
- log_bootstrapper.go
- metrics_bootstrapper.go
- oidc_bootstrapper.go
- plugins_bootstrapper.go
- pprof_bootstrapper.go
- tracing_bootstrapper.go
- upload_bootstrapper.go
Click to show internal directories.
Click to hide internal directories.