server

package
v0.0.0-...-3461fee Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

type Runner interface {
	Run() error
	Stop() *sync.WaitGroup
}

type RunnerServer

type RunnerServer interface {
	Run() error
	Stop() *sync.WaitGroup
}

RunnerServer is the interface to allow operations on a RunnerServer

func NewRunnerServer

func NewRunnerServer(env, serviceName string, conf config.Loader, finder discovery.Finder, tracer lock.Tracer, runners []Runner) RunnerServer

NewRunnerServer returns a RunnerServer

Jump to

Keyboard shortcuts

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