Documentation ¶
Overview ¶
Package sliceconfig provides a mechanism to create a bigslice session from a shared configuration. Sliceconfig uses the configuration mechanism in package github.com/grailbio/base/config, and reads a default profile from $HOME/.bigslice/config. Configurations may be provisioned using the bigslice command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Path = os.ExpandEnv("$HOME/.bigslice/config")
Path determines the location of the bigslice profile read by Parse.
Functions ¶
func Parse ¶
Parse registers configuration flags, bigslice flags, and calls flag.Parse. It reads bigslice configuration from Path defined in this package. Parse returns a session as configured by the configuration and any flags provided. Parse panics if session creation fails. Parse also instantiates the default http server according to the configuration profile, and registers the bigslice session status handlers with it. Call Shutdown() on the returned session when you are done with it.
Types ¶
This section is empty.