Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SpawnHyperSpaceViper ¶
* Spawn a HyperSpaceViper given a path to a hyperspace.yaml
Types ¶
type HyperViper ¶
type HyperViper struct { // Path to the directory that contains the hyperspace.yaml Path string // Viper instance for hyperspace config // named act so you can access and call like // hyperViper.cmd.GetString() Viper *viper.Viper }
* Living config files with relevant network information and paths. HyperVipers don't care about information they hold (the actual data in the hyperspace.yaml. They just act as living data stores for import network information relative to their station.
func CreateHyperViper ¶
func CreateHyperViper(path string) *HyperViper
* Creates a HyperViper for a particular squadron/fleet
Click to show internal directories.
Click to hide internal directories.