Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatal ¶
Fatal calls Fatal on the default zerolog logger. It's intended to be used in panic recovery or other places where a logger instance isn't available.
Types ¶
type Component ¶ added in v0.8.0
type Component string
const ( ComponentAPIServer Component = "api_server" ComponentElectionCandidate Component = "election_candidate" ComponentEmbeddedEtcd Component = "embedded_etcd" ComponentMigration Component = "migration" ComponentMigrationRunner Component = "migration_runner" ComponentPortsService Component = "ports_service" ComponentRemoteEtcd Component = "remote_etcd" ComponentSchedulerService Component = "scheduler_service" ComponentWorkflowsBackend Component = "workflows_backend" ComponentWorkflowsWorker Component = "workflows_worker" )
type Factory ¶ added in v0.7.0
type Factory struct {
// contains filtered or unexported fields
}
func NewFactory ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.