//
pkg.gl
Category
capnproto.org/go/capnp/v3
server
package
3.1.0-alpha.1
Repository:
https://github.com/capnproto/go-capnproto2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
24
Files
240 SLOC
#
Functions
IsServer
IsServer reports whether a brand returned by capnp.Client.Brand originated from Server.Brand, and returns the brand argument passed to New.
New
New returns a client hook that makes calls to a set of methods.
#
Structs
Call
Call holds the state of an ongoing capability method call.
Method
A Method describes a single capability method on a server object.
Server
A Server is a locally implemented interface.
#
Interfaces
Shutdowner
Shutdowner is the interface that wraps the Shutdown method.