Versions in this module Expand all Collapse all v4 v4.7.0 Jul 2, 2022 Changes in this version + func NewCodec(rwc io.ReadWriteCloser) codec.Codec + type Error struct + Code int + Data interface{} + Message string + func NewError(code int, message string) *Error + func ServerError(rpcerr error) *Error + func (e *Error) Error() string Other modules containing this package github.com/asim/go-micro/plugins/codec/jsonrpc2/v3