service

package
v0.0.0-...-e8cc47b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

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) Back

func (s *CommandsStruct) Back(command string) error

deprected

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳