package
19.10.0+incompatible
Repository: https://github.com/safescale-dev-team/safescale.git
Documentation: pkg.go.dev

# Functions

NewFolder creates a new Metadata Folder object, ready to help access the metadata inside it.
NewItem creates a new item with 'name' and in 'path'.

# Structs

Folder describes a metadata folder.
Item is an entry in the ObjectStorage.

# Type aliases

FolderDecoderCallback is the prototype of the function that will decode data read from Metadata.
ItemDecoderCallback ...