You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2021. It is now read-only.
I need to get a node's children as part of a multi request. I've successfully used multi for DeleteRequest, but in looking through the code 2 things stick out:
While there is a getChildrenRequest, the struct isn't exported as is DeleteRequest. So I can't create a getChildrenRequest.
The zk.Multi() function checks for operation type and returns an error if the operation isn't one of DeleteRequest, CreateRequest, SetDataRequest, or CheckVersionRequest. So even if getChildrenRequest was exported zk.Multi() wouldn't accept it.
So, I just wanted to confirm that I'm correct in the above and whether or not there are any plans to support GetChildren as part of a Multi operation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to get a node's children as part of a multi request. I've successfully used multi for DeleteRequest, but in looking through the code 2 things stick out:
So, I just wanted to confirm that I'm correct in the above and whether or not there are any plans to support GetChildren as part of a Multi operation.
The text was updated successfully, but these errors were encountered: