Documentation ¶
Overview ¶
Package driver provides a convenient API for bigmachine drivers, which includes configuration by flags. Driver exports the bigmachine's diagnostic http handlers on the default ServeMux.
func main() { flag.Parse() b := driver.Start() defer b.shutdown() // Driver code }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start() *bigmachine.B
Start configures a bigmachine System based on the program's flags, Sand then starts it. ee bigmachine.Start for more details.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.