Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommitCmd = &cobra.Command{
Use: "commit",
Short: "commit",
Run: commit,
}
var PbCmd = &cobra.Command{ Use: "pb", Short: "pb", Run: pb, }
Functions ¶
func InjectCmdService ¶
func InjectCmdService(s *CmdService)
func LoadCmdService ¶
func LoadCmdService() baseiface.ISingleton
Types ¶
type CmdService ¶
type CmdService struct {
basedto.BaseEntitySingle
}
func FindBeanCmdService ¶
func FindBeanCmdService() *CmdService
func NewCmdService ¶
func NewCmdService() *CmdService
Click to show internal directories.
Click to hide internal directories.