Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientCodec ¶
type ClientCodec struct{}
func (ClientCodec) Decode ¶
func (c ClientCodec) Decode(r transport.Reader) (result core.Result, n int, err error)
func (ClientCodec) Encode ¶
func (c ClientCodec) Encode(cmd core.Cmd[struct{}], w transport.Writer) (n int, err error)
type ServerCodec ¶
type ServerCodec struct{}
func (ServerCodec) Decode ¶
func (c ServerCodec) Decode(r transport.Reader) (cmd core.Cmd[struct{}], n int, err error)
func (ServerCodec) Encode ¶
func (c ServerCodec) Encode(result core.Result, w transport.Writer) ( n int, err error)
Click to show internal directories.
Click to hide internal directories.