//
pkg.gl
Category
github.com/safescale-dev-team/safescale
lib
utils
metadata
package
19.10.0+incompatible
Repository:
https://github.com/safescale-dev-team/safescale.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
308 SLOC
#
Functions
NewFolder
NewFolder creates a new Metadata Folder object, ready to help access the metadata inside it.
NewItem
NewItem creates a new item with 'name' and in 'path'.
#
Structs
Folder
Folder describes a metadata folder.
Item
Item is an entry in the ObjectStorage.
#
Type aliases
FolderDecoderCallback
FolderDecoderCallback is the prototype of the function that will decode data read from Metadata.
ItemDecoderCallback
ItemDecoderCallback ...