package
0.0.0-20210517195547-83edfdb8a195
Repository: https://github.com/fnproject/flow.git
Documentation: pkg.go.dev

# Functions

NewFromEngine creates a new blob service from an existing gin engine.
NewInMemBlobStore creates an in-mem blob store - use this _only_ for testing - it will eat ur RAMz.
NewSQLBlobStore creates a new blob store on the given DB , the DB should already have tables in place.

# Variables

ErrBlobNotFound indicates that the requested blob did not exit.

# Structs

Blob encapsulates details of a blob in a remote store.
Server encapsulates the blob server.

# Interfaces

Store is an abstraction for user data persistence user data is a pure blob with no semantics.