Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCost = &Cost{
Del: 10,
Ins: 1,
Subs: 10}
Functions ¶
Types ¶
type ByDistance ¶
type ByDistance []*Entry
func (ByDistance) Len ¶
func (s ByDistance) Len() int
func (ByDistance) Less ¶
func (s ByDistance) Less(i, j int) bool
func (ByDistance) Swap ¶
func (s ByDistance) Swap(i, j int)
type State ¶ added in v0.4.2
type State struct { DockerHostAddress string // docker host address DockerHostStatus string // docker host status CurrentIsolationStatus string // current isolation CurrentIsolationName string //name of the current isolation Deps []*model.Dep Isolations []*model.Isolation DockerInfo *dockerclient.Info Errors []error }
Click to show internal directories.
Click to hide internal directories.