Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checksums ¶ added in v0.6.0
type Checksums struct {
// contains filtered or unexported fields
}
An 'Artifact' representing a Godot source archive checksums file.
func NewChecksums ¶ added in v0.6.0
Returns a new 'Checksums' struct after validating the Godot version.
func (Checksums) Artifact ¶ added in v0.6.0
func (c Checksums) Artifact()
Artifact "registers" 'Checksums' as a Godot release artifact.
func (Checksums) Hash ¶ added in v0.6.0
Hash returns a new 'hash.Hash' for computing the file hash of an executable.
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
An 'Artifact' representing Godot source code for a specific version.
func (Source) Archivable ¶
func (s Source) Archivable()
Allows 'Source' to be used by 'Archive' implementation.
func (Source) Artifact ¶ added in v0.6.0
func (s Source) Artifact()
Artifact "registers" 'Source' as a Godot release artifact.
func (Source) Checksumable ¶ added in v0.6.0
func (s Source) Checksumable()
Checksumable "registers" 'Source' as a Godot release artifact with published file checksums.
Click to show internal directories.
Click to hide internal directories.