sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Support dynamic query and update handler

Open cretz opened this issue 2 years ago • 0 comments

Describe the solution you'd like

Need to allow a dynamic query or update handler that is called when no other query or update handler is found. Its signature must accept a string name and a slice of converter.EncodedValue (or we need a RawValue or something).

cretz avatar Jan 05 '23 13:01 cretz