Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortImageArrayString ¶
Types ¶
type ByImageName ¶
type ByImageName []*ImageRef
func (ByImageName) Len ¶
func (b ByImageName) Len() int
func (ByImageName) Less ¶
func (b ByImageName) Less(i, j int) bool
func (ByImageName) String ¶
func (b ByImageName) String() string
func (ByImageName) Swap ¶
func (b ByImageName) Swap(i, j int)
type OutputEntry ¶
type Protocol ¶
type Protocol struct {
Images []*ImageRef `json:"refs"`
Tables [][]*common.TraceableEntry `json:"tables"`
Configs []string `json:"config"`
DigestList []*common.TraceableBlobDigest `json:"digests"`
ImageDigestReferences [][]int `json:"idr"`
Offsets []int64 `json:"offsets"`
}
type ProtocolTemplate ¶
type ProtocolTemplate struct {
Protocol
OutputQueue []*OutputEntry `json:"-"`
RequiredLayer []bool `json:"-"` // requiredLayer index starts from 1 not 0
}
func (ProtocolTemplate) Json ¶
func (oc ProtocolTemplate) Json() (buf []byte)
Click to show internal directories.
Click to hide internal directories.