storage

package
v0.0.0-...-6968735 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Download

func Download(url string) ([]byte, error)

func Upload

func Upload(url string, data []byte) error

Types

type KeyValueRegister

type KeyValueRegister interface {
	Put(key string, value []byte) error
	Get(key string) ([]byte, error)
	Remove(key string) error

	RetrieveURLForPutOperation(key string) (string, error)
	RetrieveURLForGetOperation(key string) (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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