Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerError ¶
ContainerError struct
type Link ¶
type Link struct {
Project *projects.Project
Container *containers.Container
ContainerPath string
}
Link holds the information of container to be linked
type Machine ¶
type Machine struct {
Project *projects.Project
Links []*Link
ProjectPath string
Errors *Errors
FErrStream io.Writer
ErrorsMutex sync.Mutex
Watcher *list.Watcher
// contains filtered or unexported fields
}
Machine structure
Click to show internal directories.
Click to hide internal directories.