Documentation
¶
Index ¶
- func GetCliPrompt() string
- func GetDbHost() string
- func GetDbName() string
- func GetDbPassword() string
- func GetDbType() string
- func GetDbUser() string
- func GetHost() string
- func GetStaticDir() string
- func GetStaticUrl() string
- func GetViewsDir() string
- func GetViewsExt() string
- func SetCliPrompt(newCliPrompt string)
- func SetDbHost(newDbHost string)
- func SetDbName(newDbName string)
- func SetDbPassword(newDbPassword string)
- func SetDbType(newDbType string) bool
- func SetDbUser(newDbUser string)
- func SetHost(newHost string)
- func SetStaticDir(newStaticDir string)
- func SetStaticUrl(newStaticUrl string)
- func SetViewsDir(newViewsDir string)
- func SetViewsExt(newViewsExt string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCliPrompt ¶ added in v0.7.0
func GetCliPrompt() string
func GetDbPassword ¶ added in v0.7.0
func GetDbPassword() string
func GetStaticDir ¶ added in v0.6.0
func GetStaticDir() string
func GetStaticUrl ¶ added in v0.6.0
func GetStaticUrl() string
func GetViewsDir ¶ added in v0.6.0
func GetViewsDir() string
func GetViewsExt ¶ added in v0.6.0
func GetViewsExt() string
func SetCliPrompt ¶ added in v0.7.0
func SetCliPrompt(newCliPrompt string)
func SetDbPassword ¶ added in v0.7.0
func SetDbPassword(newDbPassword string)
func SetDbType ¶ added in v0.7.0
returns true if it is a supported db type. Supported is sqlite3, postgres, mysql
func SetStaticDir ¶ added in v0.6.0
func SetStaticDir(newStaticDir string)
func SetStaticUrl ¶ added in v0.6.0
func SetStaticUrl(newStaticUrl string)
func SetViewsDir ¶ added in v0.6.0
func SetViewsDir(newViewsDir string)
func SetViewsExt ¶ added in v0.6.0
func SetViewsExt(newViewsExt string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.