log

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const STOP string = "---LOGGER-STOP---"

Variables

This section is empty.

Functions

This section is empty.

Types

type VirtletLogger

type VirtletLogger interface {
	SpawnWorkers() error
	StopObsoleteWorkers()
	StopAllWorkers()
}

func NewVirtletLogger

func NewVirtletLogger(virtletDir, kubernetesDir string) VirtletLogger

type WorkerRunner

type WorkerRunner interface {
	RunNewWorker(inputFile, outputFile, workerId string)
	ListWorkers() []string
	WorkerExists(workerId string) bool
	StopWorker(workerId string)
	StopAllWorkers()
	InitStatusChannel() chan string
}

Jump to

Keyboard shortcuts

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