Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
Set is an immutable collection of image references without duplicates.
var Empty Set
Empty is a Set with no image references.
func (Set) MarshalJSON ¶
MarshalJSON encodes this Set as a JSON array of image references.
func (*Set) UnmarshalJSON ¶
UnmarshalJSON decodes a JSON array of image references into a Set.
Click to show internal directories.
Click to hide internal directories.