Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CustomSource ¶
type CustomSource struct { Name string `yaml:"name,omitempty" json:"name,omitempty"` RemoteURL string `yaml:"remoteURL,omitempty" json:"remoteURL,omitempty"` DownloadURLs map[string]string `yaml:"downloadURLs,omitempty" json:"downloadURLs,omitempty"` HiddenTags []string `yaml:"hiddenTags,omitempty" json:"hiddenTags,omitempty"` }
CustomSource is a custom source implementation.
func (*CustomSource) GetDownloadURL ¶
func (s *CustomSource) GetDownloadURL(ver string) (string, error)
func (*CustomSource) GetName ¶
func (s *CustomSource) GetName() string
func (*CustomSource) GetVersions ¶
func (s *CustomSource) GetVersions() []string
Click to show internal directories.
Click to hide internal directories.