manager

package
v0.1.64 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2025 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ChartConfigFilename = "Chart.yaml"
	ModuleYamlFilename  = "module.yaml"
	HooksDir            = "hooks"
	ImagesDir           = "images"
	OpenAPIDir          = "openapi"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Linter

type Linter interface {
	Run(m *module.Module)
	Name() string
}

type Manager

type Manager struct {
	Modules []*module.Module
	// contains filtered or unexported fields
}

func NewManager

func NewManager(dir string, rootConfig *config.RootConfig) *Manager

func (*Manager) HasCriticalErrors added in v0.1.0

func (m *Manager) HasCriticalErrors() bool

func (*Manager) PrintResult added in v0.1.0

func (m *Manager) PrintResult()

func (*Manager) Run

func (m *Manager) Run()

Jump to

Keyboard shortcuts

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