Versions in this module Expand all Collapse all v0 v0.1.0 Jun 11, 2024 Changes in this version + const ProjectFile + const StackFile + var ErrNotProjectDirectory = errors.New("path must be a project directory") + var ErrNotStackDirectory = errors.New("path must be a stack directory") + var ErrProjectNotUnique = errors.New("the project obtained is not unique") + var ErrStackNotUnique = errors.New("the stack obtained is not unique") + func DetectProjectAndStackFrom(stackDir string) (p *v1.Project, s *v1.Stack, err error) + func DetectProjectAndStacks() (*v1.Project, *v1.Stack, error) + func FindAllProjectsFrom(path string) ([]*v1.Project, error) + func FindAllStacksFrom(path string) ([]*v1.Stack, error) + func GetStackFrom(path string) (*v1.Stack, error) + func IsStack(path string) bool