Loading server/api.proto +1 −0 Original line number Diff line number Diff line Loading @@ -1149,6 +1149,7 @@ message TStorageUpdate { string from = 4; bool conditional = 5; int64 assert = 6; repeated UpdateOp ops = 7; } message StorageKey { Loading server/pipeline_storage.go +3 −2 Original line number Diff line number Diff line Loading @@ -202,8 +202,9 @@ func (p *pipeline) storageUpdate(logger *zap.Logger, session *session, envelope opString = "merge" case MOVE: opString = "move" case PATCH: opString = "patch" //TODO Add patch support for client operations //case PATCH: // opString = "patch" case REMOVE: opString = "remove" case REPLACE: Loading Loading
server/api.proto +1 −0 Original line number Diff line number Diff line Loading @@ -1149,6 +1149,7 @@ message TStorageUpdate { string from = 4; bool conditional = 5; int64 assert = 6; repeated UpdateOp ops = 7; } message StorageKey { Loading
server/pipeline_storage.go +3 −2 Original line number Diff line number Diff line Loading @@ -202,8 +202,9 @@ func (p *pipeline) storageUpdate(logger *zap.Logger, session *session, envelope opString = "merge" case MOVE: opString = "move" case PATCH: opString = "patch" //TODO Add patch support for client operations //case PATCH: // opString = "patch" case REMOVE: opString = "remove" case REPLACE: Loading