Skip to content

Commit e8f09a0

Browse files
authored
[+] add DeleteOp and AddOp consts to api (#782)
1 parent a33e848 commit e8f09a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ type (
1515
OpType = sinks.SyncOp
1616
RPCSyncRequest = sinks.SyncReq
1717
)
18+
19+
const (
20+
AddOp = sinks.AddOp
21+
DeleteOp = sinks.DeleteOp
22+
)

0 commit comments

Comments
 (0)