exofs

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExoFS

type ExoFS interface {
	metadata.MetaGetter
	FileGetter
	Add(path string) (id string, err error)
	Pin(path string) error
	Unpin(id string) error
	PinExists(id string) (bool, error)
	Keys() ([]*api.Key, error)
	KeyIPNS(keyName string) (*api.Key, error)
	Publish(ipnsKeyName, id string) (ipnsKey string, err error)
}

type FileGetter

type FileGetter interface {
	Get(source, path string) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL