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
In order to reduce chance of picking incorrect opcode in the operations_client.go, define it in an OpCode method attached to each request type.
Would it be possible to deduce the opcode from the type of request? As in have a method on each type of request to return the corresponding opcode? That would remove one parameter to operation
In order to reduce chance of picking incorrect opcode in the operations_client.go, define it in an OpCode method attached to each request type.
Would it be possible to deduce the opcode from the type of
request
? As in have a method on each type of request to return the corresponding opcode? That would remove one parameter tooperation
Originally posted by @hug-dev in #28 (comment)
The text was updated successfully, but these errors were encountered: