package
0.0.0-20240617132614-67d941d235d7
Repository: https://github.com/bitonechain/go-bitone.git
Documentation: pkg.go.dev
# Functions
AddFile appends an existing file to an archive.
AzureBlobstoreDelete iterates over a list of files to delete and removes them from the blobstore.
AzureBlobstoreList lists all the files contained within an azure blobstore.
AzureBlobstoreUpload uploads a local file to the Azure Blob Storage.
Env returns metadata about the current CI environment, falling back to LocalEnv if not running on CI.
No description provided by the author
GoTool returns the command that runs a go tool.
LocalEnv returns build environment metadata gathered from git.
MustLoadChecksums loads a file containing checksums.
MustRun executes the given command and exits the host process for any error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PGPKeyID parses an armored key and returns the key ID.
PGPSignFile parses a PGP private key from the specified string and creates a signature file into the output parameter of the input file.
Render renders the given template file into outputFile.
RenderString renders the given template string into outputFile.
RunGit runs a git subcommand and returns its output.
UploadSFTP uploads files to a remote host using the sftp command line tool.
WriteArchive creates an archive containing the given files.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
These flags override values in build env.
No description provided by the author
No description provided by the author
# Structs
AzureBlobstoreConfig is an authentication and configuration struct containing the data needed by the Azure SDK to interact with a specific container in the blobstore.
ChecksumDB keeps file checksums.
Environment contains metadata provided by the build environment.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author