Documentation ¶ Index ¶ type Module func NewModule(node node.Node, port string) (r *Module) func (m Module) RouteQuery(ctx context.Context, query net.Query, caller net.SecureWriteCloser, ...) (s net.SecureWriteCloser, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Module ¶ type Module struct { rpc.Router // contains filtered or unexported fields } func NewModule ¶ func NewModule(node node.Node, port string) (r *Module) func (Module) RouteQuery ¶ func (m Module) RouteQuery(ctx context.Context, query net.Query, caller net.SecureWriteCloser, hints net.Hints) (s net.SecureWriteCloser, err error) Source Files ¶ View all Source files router.go Click to show internal directories. Click to hide internal directories.