Documentation ¶
Index ¶
- func CompressData(input string) (string, error)
- func CompressEncryptString(input string, key []byte, iv []byte) (string, error)
- func DecompressData(input string) (string, error)
- func DecryptDecompressString(input string, key []byte, iv []byte) (string, error)
- func MakePermsBlock(base string, standardPerms StandardPerms, walletRef types.Wallet) (user string, perms string, err error)
- func ReadFileTreeEntry(owner string, rawPath string, walletRef types.Wallet) ([]byte, error)
- func SaveFiletreeEntry(toAddress string, rawPath string, rawTarget string, rawContents any, ...) (sdk.Msg, error)
- type BasePerms
- type EditorsViewers
- type MsgPartialPostFileBundle
- type StandardPerms
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressData ¶
func CompressEncryptString ¶
func DecompressData ¶
func DecryptDecompressString ¶
func MakePermsBlock ¶
func ReadFileTreeEntry ¶
Types ¶
type EditorsViewers ¶
type MsgPartialPostFileBundle ¶
type MsgPartialPostFileBundle struct { Creator string // just the users address (might rework to be the same as account) Account string // the hashed (uuid + user account) (becomes owner) HashParent string // merkled parent HashChild string // hashed child Contents string // contents Viewers string // stringify IEditorsViewers Editors string // stringify IEditorsViewers TrackingNumber string // uuid }
Click to show internal directories.
Click to hide internal directories.