Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitModel ¶
type InitModel struct {
// contains filtered or unexported fields
}
func NewInitModel ¶
func NewInitModel() InitModel
type InitResult ¶
type InitResult struct {
ProjectName string
Transport string
WithHandlers bool
WithSimulator bool
MetricsEnabled bool
WebUIEnabled bool
WithAPIWeaver bool
WithInfraEndpoints bool
}
func RunInitUI ¶
func RunInitUI() (InitResult, error)
RunInitUI runs the interactive init UI and returns the result
Click to show internal directories.
Click to hide internal directories.