aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sink/replication_sink.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/replication/sink/replication_sink.go')
-rw-r--r--weed/replication/sink/replication_sink.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/replication/sink/replication_sink.go b/weed/replication/sink/replication_sink.go
index cfc6e0a4d..4ffd09462 100644
--- a/weed/replication/sink/replication_sink.go
+++ b/weed/replication/sink/replication_sink.go
@@ -14,6 +14,7 @@ type ReplicationSink interface {
UpdateEntry(key string, oldEntry *filer_pb.Entry, newParentPath string, newEntry *filer_pb.Entry, deleteIncludeChunks bool, signatures []int32) (foundExistingEntry bool, err error)
GetSinkToDirectory() string
SetSourceFiler(s *source.FilerSource)
+ IsIncremental() bool
}
var (