wip: basic feat
This commit is contained in:
7
internal/interfaces/dumpio.go
Normal file
7
internal/interfaces/dumpio.go
Normal file
@ -0,0 +1,7 @@
|
||||
package interfaces
|
||||
|
||||
type DumpIO interface {
|
||||
Write(docs []map[string]any) (int, error)
|
||||
Read(int) ([]map[string]any, error)
|
||||
Close() error
|
||||
}
|
Reference in New Issue
Block a user