MCPcopy
hub / github.com/spacecloud-io/space-cloud / Bolt

Struct Bolt

gateway/modules/crud/bolt/bolt.go:15–21  ·  view source on GitHub ↗

Bolt holds the bolt session

Source from the content-addressed store, hash-verified

13
14// Bolt holds the bolt session
15type Bolt struct {
16 queryFetchLimit *int64
17 enabled bool
18 connection string
19 bucketName string
20 client *bbolt.DB
21}
22
23// Init initialises a new bolt instance
24func Init(enabled bool, connection, bucketName string) (b *Bolt, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected