intest

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2025 License: MIT Imports: 6 Imported by: 0

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)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL