Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArweaveFile ¶
type ArweaveFile struct {
Version string `json:"version"`
Releases map[int64]ReleaseInfo `json:"releases"`
}
ArweaveFile is the structure of the .arweave file saved in the repository's directory
type ArweaveRelease ¶
type ArweaveRelease struct {
Version string `json:"version"`
Repository string `json:"repository"`
LastCommit string `json:"last_commit"`
LastRelease string `json:"last_release"`
Data string `json:"data"`
Encoding []string `json:"encoding"`
}
ArweaveRelease is the structure of the saved data on the arweave blockchain
type ReleaseInfo ¶
ReleaseInfo contains the arweave hash and the git commit of the release
Click to show internal directories.
Click to hide internal directories.