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

# Functions

BootstrapFunc specifies the function to call to create a capability for handling bootstrap messages.
ConnLog sets the connection's log to the given Logger, which may be nil to disable logging.
MainInterface specifies that the connection should use client when receiving bootstrap messages.
NewConn creates a new connection that communicates on c.
SendBufferSize sets the number of outgoing messages to buffer on the connection.
StreamTransport creates a transport that sends and receives messages by serializing and deserializing unpacked Cap'n Proto messages.

# Variables

# Structs

A Conn is a connection to another Cap'n Proto vat.
A ConnOption is an option for opening a connection.
An Exception is a Cap'n Proto RPC error.

# Interfaces

A Logger records diagnostic information and errors that are not associated with a call.
Transport is the interface that abstracts sending and receiving individual messages of the Cap'n Proto RPC protocol.

# Type aliases

An Abort is a hang-up by a remote vat.