MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / DataHandler

Interface DataHandler

lib/dh/dh_interface.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package dh
2
3type DataHandler interface {
4 //AssignData assign data to slave list, return a map with single slave address as key and data as value
5 AssignData(data []byte, slaveAddrList []string) (map[string][]byte, error)
6}

Callers

nothing calls this directly

Implementers 2

ReplicationEncoderlib/dh/replication.go
EcEncoderlib/dh/ec.go

Calls

no outgoing calls

Tested by

no test coverage detected