package
2.18.2+incompatible
Repository: https://github.com/flier/go-capnproto2.git
Documentation: pkg.go.dev

# Functions

Ack acknowledges delivery of a server call, allowing other methods to be called on the server.
New returns a client that makes calls to a set of methods.

# Structs

A Method describes a single method on a server object.

# Interfaces

Closer is the interface that wraps the Close method.

# Type aliases

A Func is a function that implements a single method.