Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
type Form struct {
Name string
ServerTypeFlag ServerTypeFlag
DatabaseFlag bool
MakefileFlag bool
DockerFlag bool
}
type ServerTypeFlag ¶
type ServerTypeFlag string
ServerTypeFlag is an enum and can be one of the following values
const ( REST ServerTypeFlag = "rest" GRPC ServerTypeFlag = "grpc" GraphQL ServerTypeFlag = "graphql" )
Click to show internal directories.
Click to hide internal directories.