sliceconfig

package
v0.0.0-...-30c4c12 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: Apache-2.0 Imports: 13 Imported by: 2

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

View Source
var Path = os.ExpandEnv("$HOME/.bigslice/config")

Path determines the location of the bigslice profile read by Parse.

Functions

func Parse

func Parse() *exec.Session

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.

Jump to

Keyboard shortcuts

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