neoneo-go/pkg/rpc
Roman Khimov 9462ed71d8 rpc: drop useless RawParams type
It doesn't add anything useful to regular Go types and actually native types
are always better to use in the Client. Especially given that this type is
not used by any code outside of the Client itself.
2022-07-08 17:56:20 +03:00
..
client rpc: drop useless RawParams type 2022-07-08 17:56:20 +03:00
request rpc: drop useless RawParams type 2022-07-08 17:56:20 +03:00
response rpc: fail invoke.Result unmarshalling on stack unmarshalling error 2022-07-08 17:05:18 +03:00
server rpc: move Request, Params and related code server-side 2022-07-08 17:38:53 +03:00
rpc_config.go rpc: restrict the amount of concurrently running iterator sessions 2022-07-08 17:05:18 +03:00