Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestCollection ¶
type ManifestCollection struct { Content string sync.Mutex // contains filtered or unexported fields }
func NewCollection ¶
func NewCollection(manifests ...Source) *ManifestCollection
func (*ManifestCollection) Fetch ¶
func (mc *ManifestCollection) Fetch() (bool, error)
func (*ManifestCollection) Manifest ¶
func (mc *ManifestCollection) Manifest() string
Click to show internal directories.
Click to hide internal directories.