package
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Mar 31, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewCmdBuildChain implements all the necessary functionality for the build-chain module
type Edge struct {
FullName string `json:"fullname"`
To string `json:"to"`
}
Edge represents a build configuration relationship
between two nodes
Note that this type has no relation with the dot.Edge
type
NewEdge adds a new edge on a parent node
Note that this function has no relation
with the dot.Edge type
type ImageRepo struct {
FullName string `json:"fullname"`
Tags []string `json:"tags,omitempty"`
Edges []*Edge `json:"edges,omitempty"`
Children []*ImageRepo `json:"children,omitempty"`
}
ImageRepo is a representation of a node inside a tree
String helps in dumping a tree in AST format
Source Files
¶
Click to show internal directories.
Click to hide internal directories.