core

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2020 License: MIT 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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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