Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPIProject ¶
func NewAPIProject(options APIOptions) error
NewAPIProject create a new API project
Types ¶
type APIOptions ¶
type APIOptions struct { Name string `json:"name"` // project name Dir string `json:"dir"` // project dir ModPath string `json:"mod_path"` // go module path }
APIOptions api project options
Click to show internal directories.
Click to hide internal directories.