Documentation
¶
Index ¶
- Constants
- func InjectCmdUtils(s *CmdUtils)
- func LoadCmdUtils() baseiface.ISingleton
- type BaseUtils
- type CmdUtils
- func (self *CmdUtils) FindFiles() ([]string, error)
- func (this *CmdUtils) FindGoFiles(dirPath string) ([]string, error)
- func (self *CmdUtils) MoveCmdDirGoweb()
- func (self *CmdUtils) ReplaceCmdAll()
- func (self *CmdUtils) ReplaceCmdBatGoweb() error
- func (self *CmdUtils) ReplaceCmdGoinstallWebcli()
- func (self *CmdUtils) ReplacePkgCmd2New()
Constants ¶
View Source
const ( NOW_PKG_DOMAIN = "gitee.com/leijmdas/goweb/domain" NOW_PKG_CODE = "gitee.com/leijmdas/goweb/code" NOW_PKG_GORPC = "gitee.com/leijmdas/goweb/gorpc" NOW_PKG_GONATSSAMPLE = "gitee.com/leijmdas/goweb/gonatssample" )
View Source
const NOW_PKG = "gitee.com/leijmdas/goweb"
View Source
const NOW_PKG_CMD = "gitee.com/leijmdas/goweb/cmd/goweb"
View Source
const NOW_PKG_SIMPLE = "goweb"
Variables ¶
This section is empty.
Functions ¶
func InjectCmdUtils ¶
func InjectCmdUtils(s *CmdUtils)
func LoadCmdUtils ¶
func LoadCmdUtils() baseiface.ISingleton
Types ¶
type BaseUtils ¶
func NewBaseUtils ¶
func NewBaseUtils() *BaseUtils
func (*BaseUtils) ReplaceAllPkg ¶
func (self *BaseUtils) ReplaceAllPkg()
type CmdUtils ¶
type CmdUtils struct { basedto.BaseEntitySingle // contains filtered or unexported fields }
func FindBeanCmdUtils ¶
func FindBeanCmdUtils() *CmdUtils
func NewCmdUtils ¶
func NewCmdUtils() *CmdUtils
func (*CmdUtils) MoveCmdDirGoweb ¶
func (self *CmdUtils) MoveCmdDirGoweb()
func (*CmdUtils) ReplaceCmdAll ¶
func (self *CmdUtils) ReplaceCmdAll()
func (*CmdUtils) ReplaceCmdBatGoweb ¶
func (*CmdUtils) ReplaceCmdGoinstallWebcli ¶
func (self *CmdUtils) ReplaceCmdGoinstallWebcli()
func (*CmdUtils) ReplacePkgCmd2New ¶
func (self *CmdUtils) ReplacePkgCmd2New()
Click to show internal directories.
Click to hide internal directories.