system

package
v1.12.5 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2016 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeEvents

func DecodeEvents(input io.Reader, ep eventProcessor) error

DecodeEvents decodes event from input stream

func NewEventsCommand

func NewEventsCommand(dockerCli *client.DockerCli) *cobra.Command

NewEventsCommand creats a new cobra.Command for `docker events`

func NewVersionCommand

func NewVersionCommand(dockerCli *client.DockerCli) *cobra.Command

NewVersionCommand creats a new cobra.Command for `docker version`

Types

type EventHandler

type EventHandler interface {
	Handle(action string, h func(eventtypes.Message))
	Watch(c <-chan eventtypes.Message)
}

EventHandler is abstract interface for user to customize own handle functions of each type of events

func InitEventHandler

func InitEventHandler() EventHandler

InitEventHandler initializes and returns an EventHandler

Jump to

Keyboard shortcuts

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