Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobConnect ¶
type BlobConnect interface { Upload(string, []byte) error Download(string) (bytes.Buffer, error) Delete(string) error IndexFileExists() bool }
func NewBlobConnect ¶
func NewBlobConnect(bucketUrl string) (BlobConnect, error)
type Connect ¶
func (Connect) IndexFileExists ¶
Click to show internal directories.
Click to hide internal directories.