Documentation
¶
Index ¶
- Constants
- type AliyunDB
- func (a *AliyunDB) Close() (err error)
- func (a *AliyunDB) Delete(bucket, key string) (err error)
- func (a *AliyunDB) Get(bucket, key string) (data []byte, err error)
- func (a *AliyunDB) GetAllKey(bucket string) (keys []string, err error)
- func (a *AliyunDB) Put(bucket, key string, value []byte) (err error)
- type BoltDB
- type KeyValueDB
- type S3DB
Constants ¶
View Source
const (
ForeverLandEndpoint = "https://endpoint.4everland.co"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliyunDB ¶ added in v1.0.27
type AliyunDB struct {
// contains filtered or unexported fields
}
func NewAliyunDB ¶ added in v1.0.27
type KeyValueDB ¶
Click to show internal directories.
Click to hide internal directories.