Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiGatewayBootstrapper ¶
type ApiGatewayBootstrapper struct{}
func (*ApiGatewayBootstrapper) Bootstrap ¶
func (a *ApiGatewayBootstrapper) Bootstrap(appli application.App) error
func (*ApiGatewayBootstrapper) Tags ¶
func (a *ApiGatewayBootstrapper) Tags() []string
type CronBootstrapper ¶
type CronBootstrapper struct{}
func (*CronBootstrapper) Bootstrap ¶
func (c *CronBootstrapper) Bootstrap(app application.App) error
func (*CronBootstrapper) Tags ¶
func (c *CronBootstrapper) Tags() []string
type DBBootstrapper ¶
type DBBootstrapper struct{}
func (*DBBootstrapper) Bootstrap ¶
func (d *DBBootstrapper) Bootstrap(app application.App) error
func (*DBBootstrapper) Tags ¶
func (d *DBBootstrapper) Tags() []string
type EventBootstrapper ¶
type EventBootstrapper struct{}
func (*EventBootstrapper) Bootstrap ¶
func (e *EventBootstrapper) Bootstrap(app application.App) error
func (*EventBootstrapper) Tags ¶
func (e *EventBootstrapper) Tags() []string
type GrpcBootstrapper ¶
type GrpcBootstrapper struct{}
func (*GrpcBootstrapper) Bootstrap ¶
func (g *GrpcBootstrapper) Bootstrap(app application.App) error
func (*GrpcBootstrapper) Tags ¶
func (g *GrpcBootstrapper) Tags() []string
type K8sBootstrapper ¶
type K8sBootstrapper struct{}
func (*K8sBootstrapper) Bootstrap ¶
func (d *K8sBootstrapper) Bootstrap(appli application.App) error
func (*K8sBootstrapper) Tags ¶
func (d *K8sBootstrapper) Tags() []string
type MetricsBootstrapper ¶
type MetricsBootstrapper struct{}
func (*MetricsBootstrapper) Bootstrap ¶
func (m *MetricsBootstrapper) Bootstrap(app application.App) error
func (*MetricsBootstrapper) Tags ¶
func (m *MetricsBootstrapper) Tags() []string
type PluginBootstrapper ¶
type PluginBootstrapper struct{}
func (*PluginBootstrapper) Bootstrap ¶
func (d *PluginBootstrapper) Bootstrap(app application.App) error
func (*PluginBootstrapper) Tags ¶
func (d *PluginBootstrapper) Tags() []string
type PprofBootstrapper ¶
type PprofBootstrapper struct{}
func (*PprofBootstrapper) Bootstrap ¶
func (p *PprofBootstrapper) Bootstrap(app application.App) error
func (*PprofBootstrapper) Tags ¶
func (p *PprofBootstrapper) Tags() []string
type S3Bootstrapper ¶
type S3Bootstrapper struct{}
func (*S3Bootstrapper) Bootstrap ¶
func (d *S3Bootstrapper) Bootstrap(app application.App) error
func (*S3Bootstrapper) Tags ¶
func (d *S3Bootstrapper) Tags() []string
type SSOBootstrapper ¶
type SSOBootstrapper struct{}
func (*SSOBootstrapper) Bootstrap ¶
func (d *SSOBootstrapper) Bootstrap(app application.App) error
func (*SSOBootstrapper) Tags ¶
func (d *SSOBootstrapper) Tags() []string
type TracingBootstrapper ¶
type TracingBootstrapper struct{}
func (*TracingBootstrapper) Bootstrap ¶
func (t *TracingBootstrapper) Bootstrap(app application.App) error
func (*TracingBootstrapper) Tags ¶
func (t *TracingBootstrapper) Tags() []string
Click to show internal directories.
Click to hide internal directories.