Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VersionString is the git description VersionString string // RevisionString is the git sha1 hash RevisionString string // BuildTags are all of the tags provided at build time BuildTags string )
Functions ¶
func GetJobGroup ¶
func GetJobGroup(name string) *jobGroup
GetJobGroup is how you get a job group, assuming it exists
func NewJobGroup ¶
NewJobGroup is used to initialize members of the jobGroups var
func NewServer ¶
func NewServer(c *serverContext) *martini.ClassicMartini
NewServer creates a martini.ClassicMartini based on server context
func ServerMain ¶
func ServerMain(c *serverContext) int
ServerMain is the entry point for the server executable
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.