app

package
v0.0.25 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(args []string, typeRegistry map[string]any, build BuildVersion) error

Run is the entrypoint for executing the studyrun cmd outside of the alphakit project. Param args are the cmd line args (excluding the cmd name). Param typeRegistry maps a string name used in a config file to a type such as a trading bot. Param build will render strings to the console during execution.

Types

type BuildVersion

type BuildVersion struct {
	GitTag    string
	GitCommit string
	Time      string
	User      string
}

BuildVersion describes key info to identify the build of the app.

Jump to

Keyboard shortcuts

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