project

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

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 (pl *List) ContainsAll(names ...string) bool

func (*List) Get

func (pl *List) Get(name string) *CliProject

func (*List) GetNames

func (pl *List) GetNames() []string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL