Documentation ¶
Index ¶
- Variables
- func Delete(ctx context.Context, cli client.Client, path string, priv *ecdsa.PrivateKey) error
- func Download(ctx context.Context, cli client.Client, path string, f io.Writer) error
- func Upload(ctx context.Context, cli client.Client, priv *ecdsa.PrivateKey, space string, ...) (string, error)
- type Root
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmpty = errors.New("file is empty") ErrMissing = errors.New("required file is missing") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.