//
pkg.gl
Category
github.com/flier/go-capnproto2
server
package
2.18.2+incompatible
Repository:
https://github.com/flier/go-capnproto2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
172 SLOC
#
Functions
Ack
Ack acknowledges delivery of a server call, allowing other methods to be called on the server.
New
New returns a client that makes calls to a set of methods.
#
Structs
Method
A Method describes a single method on a server object.
#
Interfaces
Closer
Closer is the interface that wraps the Close method.
#
Type aliases
Func
A Func is a function that implements a single method.