Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GitHub ¶
A mirror implementation for fetching artifacts via releases on the Godot GitHub repository.
type Hoster ¶ added in v0.6.0
type Hoster interface { // Hosts returns a slice of URL hosts at which the mirror hosts artifacts. Hosts() []string }
Hoster is a mirror which describes the host URLs at which it hosts content. This can be used to restrict redirects when downloading artifacts, improving security.
type Remoter ¶ added in v0.6.0
Remoter is a type that can resolve the URL at which a specified artifact is hosted. Provided artifacts must be versioned.
Click to show internal directories.
Click to hide internal directories.