component

package
v0.0.1-0...-a0864a0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base interface {
	// Init Initializes Base's configuration
	Init(config.Config, zap.SugaredLogger) error

	// start starts the component
	Start() error

	// Stop shutdown down and clean up resources gracefully within a timeout.
	Stop() error
}

Base defines the basic prism component.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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