Documentation ¶ Index ¶ type BlobStoreAPI func New(bs store.BlobStore) *BlobStoreAPI func (bs *BlobStoreAPI) Register(r *mux.Router, basicAuth func(http.Handler) http.Handler) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BlobStoreAPI ¶ type BlobStoreAPI struct { // contains filtered or unexported fields } func New ¶ func New(bs store.BlobStore) *BlobStoreAPI func (*BlobStoreAPI) Register ¶ func (bs *BlobStoreAPI) Register(r *mux.Router, basicAuth func(http.Handler) http.Handler) Source Files ¶ View all Source files api.go Click to show internal directories. Click to hide internal directories.