Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockArtifact ¶
type MockArtifact struct {
// contains filtered or unexported fields
}
func NewWithVersion ¶ added in v0.6.0
func NewWithVersion(v version.Version) MockArtifact
NewWithVersion creates a new mock artifact with the specified version.
func (MockArtifact) Archivable ¶
func (a MockArtifact) Archivable()
func (MockArtifact) Artifact ¶ added in v0.6.0
func (a MockArtifact) Artifact()
Artifact "registers" 'MockArtifact' as a Godot release artifact.
func (MockArtifact) Name ¶
func (a MockArtifact) Name() string
func (MockArtifact) Version ¶ added in v0.6.0
func (a MockArtifact) Version() version.Version
Click to show internal directories.
Click to hide internal directories.