Documentation ¶
Index ¶
Constants ¶
View Source
const (
MIME = "MIME-version: 1.0;\nContent-Type: text/html; charset=\"UTF-8\";\n\n"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) FetchByCid ¶
func (d *DB) FetchByCid(key string) types.FileMetadata
type Estuary ¶
type Estuary struct {
// contains filtered or unexported fields
}
func (*Estuary) DownloadContent ¶
func (*Estuary) FetchAllContents ¶
func (*Estuary) UploadContent ¶
func (e *Estuary) UploadContent(filePath string) (types.UploadResponse, error)
Click to show internal directories.
Click to hide internal directories.