Documentation
¶
Overview ¶
Package steps defines the steps involved in setting up a Go project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
Option represents a single option that can be chosen in a step. It includes the title of the option and a description.
type Options ¶
Options represents the options for initializing the steps. It includes the name of the project and the type of the project.
type StepSchema ¶
StepSchema represents a single step in the setup process. It includes the name of the step, the options available in this step, the headers to be displayed, and a pointer to the field where the user's choice will be stored.
type Steps ¶
type Steps struct {
Steps []StepSchema
}
Steps is a collection of StepSchema. It represents all the steps involved in the setup process.