Documentation
¶
Index ¶
- type Bolt
- type S3Config
- type S3Storage
- func (s3 *S3Storage) DeleteBlob(key string) error
- func (s3 *S3Storage) GetBlob(key string) (io.Reader, map[string]string, error)
- func (s3 *S3Storage) GetMeta(key string) (map[string]string, error)
- func (s3 *S3Storage) SetBlob(key string, reader io.Reader, meta map[string]string, ttl time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bolt ¶
type Bolt struct {
// contains filtered or unexported fields
}
Bolt store data in BoldDB
func NewBoltStorage ¶
NewBoltStorage create Bolt Store.
func (*Bolt) DeleteBlob ¶
type S3Storage ¶
type S3Storage struct {
// contains filtered or unexported fields
}
func NewS3Storage ¶
func (*S3Storage) DeleteBlob ¶
Click to show internal directories.
Click to hide internal directories.