Documentation
¶
Index ¶
- func GomodInitService(projectName string)
- type CommandsInterface
- type CommandsStruct
- func (s *CommandsStruct) Back(command string) error
- func (s *CommandsStruct) Choices(args []string, choice string) []string
- func (s *CommandsStruct) CommandRunner(name, goModCommand string) error
- func (s *CommandsStruct) CommandRunnerInteractive(name, command string) error
- func (s *CommandsStruct) CommandRunnerInteractivePath(name, command, path string) error
- func (s *CommandsStruct) CommandRunnerNodeJS(name, packageManager string) error
- func (s *CommandsStruct) Exit()
- func (s *CommandsStruct) WebChoice()
- type CreatingFilesBackEnd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GomodInitService ¶
func GomodInitService(projectName string)
Types ¶
type CommandsInterface ¶
type CommandsInterface interface { CommandRunner(name, goModCommand string) error CommandRunnerNodeJS(name, packageManager string) error CommandRunnerInteractive(name, command string) error CommandRunnerInteractivePath(name, command, path string) error Choices(args []string, choice string) []string WebChoice() Back(command string) error Exit() }
type CommandsStruct ¶
type CommandsStruct struct{}
func (*CommandsStruct) Choices ¶
func (s *CommandsStruct) Choices(args []string, choice string) []string
func (*CommandsStruct) CommandRunner ¶
func (s *CommandsStruct) CommandRunner(name, goModCommand string) error
func (*CommandsStruct) CommandRunnerInteractive ¶
func (s *CommandsStruct) CommandRunnerInteractive(name, command string) error
func (*CommandsStruct) CommandRunnerInteractivePath ¶
func (s *CommandsStruct) CommandRunnerInteractivePath(name, command, path string) error
func (*CommandsStruct) CommandRunnerNodeJS ¶
func (s *CommandsStruct) CommandRunnerNodeJS(name, packageManager string) error
func (*CommandsStruct) Exit ¶
func (s *CommandsStruct) Exit()
func (*CommandsStruct) WebChoice ¶
func (s *CommandsStruct) WebChoice()
type CreatingFilesBackEnd ¶
type CreatingFilesBackEnd struct { CompletePath string // contains filtered or unexported fields }
func (*CreatingFilesBackEnd) CreateFileBackend ¶
func (c *CreatingFilesBackEnd) CreateFileBackend(filename, file string) error
func (*CreatingFilesBackEnd) CreatingStructureBase ¶
func (c *CreatingFilesBackEnd) CreatingStructureBase()
func (*CreatingFilesBackEnd) TailwindReactJS ¶
func (c *CreatingFilesBackEnd) TailwindReactJS()
func (*CreatingFilesBackEnd) TailwindVueJS ¶
func (c *CreatingFilesBackEnd) TailwindVueJS()
Click to show internal directories.
Click to hide internal directories.