The highest tagged major version is
v2.
package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Feb 1, 2018
License: ISC
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Serve starts a remote function server. Incomming requests should be handled
by the given Function. This version of Serve doesn't work with AddRoute.
Serve1 starts a remote function server. Incomming requests should be handled
by the given Function. This version of Serve doesn't work with AddRoute.
Client represents a the client side of a remote function (also known as a remote
procedure call).
Close closes the underlying connection, if open.
Function is the prototype of functions to be server by ogdlrf.Serve
Server hold the state of the server side of a remote function.
AddRoute associates a handler function with the given path. A path in this
context is the first child of the incomming request.
Serve starts a remote function server. Handler functions should be set up with
AddRoute.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.