Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigOptions ¶
type ConfigOptions struct { // Domain is the domain of the configuration file, in the context of a // Vanilla OS application, it is the RDNN Domain string // Path is the path to the configuration file Path string // Type is the type of the configuration file, e.g. json, yaml Type string // Prefix is an optional prefix for the Path, for testing purposes Prefix string }
ConfigOptions is a struct that holds the configuration options
Click to show internal directories.
Click to hide internal directories.