MCPcopy
hub / github.com/nakabonne/ali / Storage

Interface Storage

storage/storage.go:21–24  ·  view source on GitHub ↗

Storage provides goroutine safe capabilities of insertion into and retrieval from the time-series storage. Backed by "nakabonne/tstorage"

Source from the content-addressed store, hash-verified

19// Storage provides goroutine safe capabilities of insertion into and retrieval from the time-series storage.
20// Backed by "nakabonne/tstorage"
21type Storage interface {
22 Writer
23 Reader
24}
25
26type Writer interface {
27 Insert(result *Result) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected