Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <[email protected]>
  • Loading branch information
vigith committed Aug 31, 2023
1 parent 119c62c commit 4c8032b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/watermark/store/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ type WatermarkStore interface {
HeartbeatStore() kvs.KVStorer
OffsetTimelineStore() kvs.KVStorer
}

// WatermarkStoreWatcher defines a pair of heartbeat KV watcher and offset timeline KV watcher
type WatermarkStoreWatcher interface {
HeartbeatWatcher() kvs.KVWatcher
OffsetTimelineWatcher() kvs.KVWatcher
}

0 comments on commit 4c8032b

Please sign in to comment.