Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct {
Published []PublishedFile
}
Manifest is a publish manifest file, written by DevDiv.MS.Go.Publishing.
func (*Manifest) ByFilename ¶
func (m *Manifest) ByFilename() (map[string]PublishedFile, error)
ByFilename returns a map of PublishedFile by filename for efficient lookup, or an error if there are duplicates.
type PublishedFile ¶
type PublishedFile struct { Filename string `json:"FileName"` SHA256 string `json:"Sha256"` URL string `json:"Url"` }
PublishedFile represents a file that has been published.
Click to show internal directories.
Click to hide internal directories.