package
0.0.0-20241024022210-d31617f01746
Repository: https://github.com/maclon-lee/golanglib.git
Documentation: pkg.go.dev
# Functions
DecodeClientResponse decodes the response body of a client request into the interface reply.
EncodeClientRequest encodes parameters for a JSON-RPC client request.
NewCodec returns a new JSON Codec.
NewCustomCodec returns a new JSON Codec based on passed encoder selector.
NewCustomCodecWithErrorMapper returns a new JSON Codec based on the passed encoder selector and also accepts an errorMapper function.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Codec creates a CodecRequest to process each request.
CodecRequest decodes and encodes a single request.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author