Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DEFAULT_DEV_ENV_FILE string
View Source
var DEFAULT_ENV_FILE string = `T_STD=
T_RUNTIME=
`
TODO: properly map these paths to user
View Source
var DEV bool
View Source
var TELIA_CONFIG_DIR string
Functions ¶
func SetDevMode ¶
func SetDevMode(v bool)
func SetupConfigDir ¶
func SetupConfigDir() error
func SetupEnvFile ¶
func SetupEnvFile() error
Types ¶
type BuildOptimizationType ¶
type BuildOptimizationType int
const ( BUILD_OPT_RELEASE BuildOptimizationType = iota BUILD_OPT_DEBUG )
func (BuildOptimizationType) String ¶
func (bt BuildOptimizationType) String() string
Click to show internal directories.
Click to hide internal directories.