Discover Packages
github.com/coffeebeats/gdenv
pkg
godot
artifact
archive
package
Version:
v0.6.26
Opens a new window with list of versions in this module.
Published: Nov 3, 2024
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Given a downloaded 'Archive', extract the contents and return a local
'Artifact' pointing to it.
WithProgress creates a sub-context with an associated progress reporter. The
result can be passed to the extract function(s) in this package to get
updates on extraction progress.
An interface representing an 'Artifact' that can be compressed into an
archive.
An interface representing a compressed 'Artifact' archive.
An alias for a locally-available 'Archive'.
A struct representing an 'XZ'-compressed archive.
func (a TarXZ [T]) Artifact()
Artifact "registers" 'TarXZ' as a Godot release artifact.
A struct representing a 'zip'-compressed archive.
func (a Zip [T]) Artifact()
Artifact "registers" 'Zip' as a Godot release artifact.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.