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

Interface Writer

storage/storage.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type Writer interface {
27 Insert(result *Result) error
28}
29
30type Reader interface {
31 Select(metric string, start, end time.Time) ([]float64, error)

Callers 1

AttackMethod · 0.65

Implementers 2

storagestorage/storage.go
FakeStoragestorage/fake_storage.go

Calls

no outgoing calls

Tested by

no test coverage detected