Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevcardsMetaSlice ¶ added in v0.12.0
type DevcardsMetaSlice []devcard.DevcardMeta
func (DevcardsMetaSlice) FilterByImportPath ¶ added in v0.12.0
func (ds DevcardsMetaSlice) FilterByImportPath(importPath string) DevcardsMetaSlice
func (DevcardsMetaSlice) GroupByImportPath ¶ added in v0.12.0
func (ds DevcardsMetaSlice) GroupByImportPath() []DevcardsMetaSlice
func (DevcardsMetaSlice) Lookup ¶ added in v0.12.0
func (ds DevcardsMetaSlice) Lookup(name string) devcard.DevcardMeta
type Project ¶
type Project struct { config.ProjectConfig Module string // contains filtered or unexported fields }
func NewProject ¶
func NewProject(cfg *config.Config, projectConfig config.ProjectConfig) *Project
func (*Project) GetDevcards ¶ added in v0.12.0
func (p *Project) GetDevcards() DevcardsMetaSlice
func (*Project) StartRunner ¶ added in v0.12.0
func (*Project) StopRunner ¶ added in v0.12.0
Click to show internal directories.
Click to hide internal directories.