Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeEventProvider ¶
type ChangeEventProvider interface {
ServerMode(ctx context.Context) <-chan servermode.ChangeEvent
WorkspaceIDs(ctx context.Context) <-chan workspace.ChangeEvent
}
type Dynamic ¶
type Dynamic struct {
Provider ChangeEventProvider
GatewayComponent bool
GatewayDB lifecycle
RouterDB lifecycle
BatchRouterDB lifecycle
ErrorDB lifecycle
EventSchemaDB lifecycle
Processor lifecycle
Router lifecycle
MultiTenantStat lifecycle
SchemaForwarder lifecycle
BackendConfig configLifecycle
// contains filtered or unexported fields
}
func (*Dynamic) Mode ¶ added in v0.2.0
func (d *Dynamic) Mode() servermode.Mode
Click to show internal directories.
Click to hide internal directories.