core

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsyncComponent

type AsyncComponent interface {
	Component
	WaitForReady() chan bool
}

AsyncComponent represents components that have some async initialization and therefore must provide a ready channel to listen to

type Component

type Component interface {
	Shutdown() error
}

Component represents core application components. Modules should implement this interface to allow for proper dependency checks and shutdown

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL