Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FStore ¶
type FStore struct {
// contains filtered or unexported fields
}
FStore - function store - deals with all of the function-related actions - saving/reading them from backing storage, downloading them, unpacking them etc.
func (*FStore) Get ¶
func (h *FStore) Get(cid string) (*blockless.FunctionManifest, error)
Get retrieves a function manifest for the given function from storage.
func (*FStore) InstalledFunctions ¶
InstalledFunctions will return the CIDs of all functions found in local storage.
Click to show internal directories.
Click to hide internal directories.