Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CliProject ¶
type CliProject struct { Name string Server common.Constructor TestsFS fs.FS TestDir string Env *settings.EnvironmentSettings }
func (*CliProject) Init ¶
func (p *CliProject) Init(c *cli.Context)
type List ¶
type List []*CliProject
func NewProjectList ¶
func NewProjectList(projects ...*CliProject) *List
func (*List) Add ¶
func (pl *List) Add(p *CliProject)
func (*List) ContainsAll ¶
func (*List) Get ¶
func (pl *List) Get(name string) *CliProject
Click to show internal directories.
Click to hide internal directories.