driver

package
v0.5.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL