types

package
v0.0.0-...-abfb793 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	Key     string // Etcd key
	Value   string // Etcd value
	Version string // Etcd mod_revision
}

Entity represents an object stored in Etcd.

func (Entity) String

func (entity Entity) String() string

type VersionedContainerInstance

type VersionedContainerInstance struct {
	ContainerInstance types.ContainerInstance
	Version           string
	Err               error
}

type VersionedTask

type VersionedTask struct {
	Task    types.Task
	Version string
	Err     error
}

Jump to

Keyboard shortcuts

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