Documentation ¶
Overview ¶
package cmd provides definitions and methods for building Substation applications.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() *substation
New returns an initialized Substation app. If an error occurs during initialization, then this function will panic.
Concurrency is controlled using the SUBSTATION_CONCURRENCY environment variable and defaults to the number of CPUs on the host. In native Substation applications, this value determines the number of transform goroutines; if set to 1, then multi-core processing is not enabled.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.