Documentation
¶
Index ¶
- type Config
- func (cfg Config) GetFullProjectUri() string
- func (cfg Config) GetMySqlConn() string
- func (cfg Config) GetServerProjcetName() string
- func (cfg Config) GetServerProjcetPath() string
- func (cfg Config) GetServerTempPath() string
- func (cfg Config) GetWebProjcetName() string
- func (cfg Config) GetWebProjcetPath() string
- func (cfg Config) GetWebProjcetSrcPath() string
- func (cfg Config) GetWebTempPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PrefixProjectUri string ProjectName string Port string PreUrl string LocalTemplate bool ServerTemplatePath string WebTemplatePath string //ServerDistPath string //WebDistPath string DistPath string DBSchema string DBUsername string DBPassword string DBPort string DBIp string DBConnParam string }
var (
Cfg Config
)
func (Config) GetFullProjectUri ¶
func (Config) GetMySqlConn ¶
func (Config) GetServerProjcetName ¶
func (Config) GetServerProjcetPath ¶
func (Config) GetServerTempPath ¶
func (Config) GetWebProjcetName ¶
func (Config) GetWebProjcetPath ¶
func (Config) GetWebProjcetSrcPath ¶
func (Config) GetWebTempPath ¶
Click to show internal directories.
Click to hide internal directories.