package
3.1.0-alpha.1
Repository: https://github.com/capnproto/go-capnproto2.git
Documentation: pkg.go.dev

# Functions

IsServer reports whether a brand returned by capnp.Client.Brand originated from Server.Brand, and returns the brand argument passed to New.
New returns a client hook that makes calls to a set of methods.

# Structs

Call holds the state of an ongoing capability method call.
A Method describes a single capability method on a server object.
A Server is a locally implemented interface.

# Interfaces

Shutdowner is the interface that wraps the Shutdown method.