MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Config

Struct Config

driver/oss/db.go:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type Config struct {
30 HotCacheSize int64
31 EndPointConnection string
32 AccessKey string
33 Secretkey string
34}
35
36var OssDefaultConfig = Config{
37 HotCacheSize: defaultHotCacheSize,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected