app

package
v0.0.0-...-49edcb7 Latest Latest
Warning

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

Go to latest
Published: May 14, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Actor

type Actor interface {
	Run() error
	Interrupt(error)
}

type ActorResult

type ActorResult struct {
	dig.Out
	Actor Actor `group:"actors"`
}

func NewManagerActor

func NewManagerActor(mgr manager.Manager, logger logr.Logger) ActorResult

func NewSignalActor

func NewSignalActor(logger logr.Logger) ActorResult

type ActorsResult

type ActorsResult struct {
	dig.In
	Actors []Actor `group:"actors"`
}

type Logger

type Logger interface {
	Info(fmt string, args ...interface{})
}

Jump to

Keyboard shortcuts

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