MCPcopy Create free account
hub / github.com/clrxbl/blockgametracker / Spool

Struct Spool

internal/queue/spool.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const spoolExt = ".fb"
14
15type Spool struct {
16 Dir string
17}
18
19func NewSpool(dir string) (*Spool, error) {
20 if err := os.MkdirAll(dir, 0o755); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected