Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GoHomeDir string
Functions ¶
This section is empty.
Types ¶
type ProjectDirManager ¶
type ProjectDirManager struct { }
func NewProjectDirManager ¶
func NewProjectDirManager() *ProjectDirManager
func (*ProjectDirManager) ListAllProject ¶
func (p *ProjectDirManager) ListAllProject() ([]string, error)
type ProjectManager ¶
type ProjectManager struct { ProjectDir string ProjectParser fileparser.Parser AllFunctionTokens []string AllStructTokens []string AllInterfaceTokens []string }
func NewProjectManager ¶
func NewProjectManager() *ProjectManager
func (*ProjectManager) ResetProjectDir ¶
func (p *ProjectManager) ResetProjectDir(dir string) error
Click to show internal directories.
Click to hide internal directories.