Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDE ¶
type IDE interface { // OpenCommand returns the command to open the IDE OpenCommand(folder string) *exec.Cmd // Name returns the name of the IDE Name() string // ID returns the ID of the IDE ID() IDE_ID // RecommendPatterns returns a list of repo patterns that the IDE is recommended for RecommendPatterns() []string }
Click to show internal directories.
Click to hide internal directories.