project

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	Name        string
	ServiceName string
	Status      string
}

func NewProject

func NewProject(projectName, serviceName string) (*Project, error)

func (*Project) IsRunning

func (p *Project) IsRunning() bool

func (*Project) IsServiceDefined

func (p *Project) IsServiceDefined() bool

func (*Project) SetProjectName

func (p *Project) SetProjectName(name string) error

func (*Project) SetProjectNameFromGitBranch

func (p *Project) SetProjectNameFromGitBranch() error

func (*Project) SetServiceName

func (p *Project) SetServiceName(name string) error

func (*Project) SetStatus

func (p *Project) SetStatus(status string)

func (*Project) String

func (p *Project) String() string

Jump to

Keyboard shortcuts

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