Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchSRIHash ¶
Types ¶
type Environment ¶
func (*Environment) Drop ¶
func (s *Environment) Drop(url string)
func (*Environment) Exists ¶
func (s *Environment) Exists(name string) bool
func (*Environment) Load ¶
func (s *Environment) Load(path string) error
func (*Environment) Save ¶
func (s *Environment) Save(path string) error
type Source ¶
type Source struct {
URL string `json:"url"`
SHA256 string `json:"sha256"`
Hash string `json:"hash"`
Unpack bool `json:"unpack"`
Type string `json:"type"`
Version string `json:"version,omitempty"`
URLTemplate string `json:"url_template,omitempty"`
TagPredicate string `json:"tag_predicate,omitempty"`
TrimTagPrefix string `json:"trim_tag_prefix,omitempty"`
Pinned bool `json:"pinned,omitempty"`
Force bool `json:"force,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.