//
pkg.gl
Category
github.com/b1lly/gob
agent
package
0.0.1
Repository:
https://github.com/b1lly/gob.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
3
Files
155 SLOC
#
Functions
NewGobAgent
Creates a new GobAgent which will bind to the specified port.
NewGobServer
Creates a new GobServer which will bind to the specified port.
StartGobAgentWithFunc
StartGobAgentWithFunc handles all the boilerplate normally required to start up a GobAgent.
#
Structs
GobAgent
GobAgent communicates with GobServer (from your code) about changes to template files.
GobServer
GobServer represents the single server gob runs to notify subscribers of changes to template files (currently only soy).