 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( Root = &cobra.Command{ Use: "service", Aliases: []string{"svc"}, Short: "Service 指令", Long: `Service 指令`, Run: func(cmd *cobra.Command, args []string) { if pkg == "" || destination == "" { cmd.Help() return } repo := builder.NewServiceBuilder(source, filename, destination, pkg) repo.Save(repo.General()) }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.