1package replication 2 3import "context" 4 5type Replicator interface { 6 NewSegment(context.Context, []byte) 7}