Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Root = &cobra.Command{ Use: "model", Short: "建立 model interface 與方法", Long: `透過解析 Struct 進而自動產出 interface 與 method`, Run: func(cmd *cobra.Command, args []string) { if source == "" || destination == "" || filename == "" { cmd.Help() return } m := builder.NewModelBuilder(source, destination, filename) m.General() m.Save() }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.