plugin

package
v0.0.0-...-9878773 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	Name       string
	Slug       string
	Manifest   []string
	ModulePath []string
}

Metadata

type Plugin

type Plugin interface {
	SetRootModule(path string) error
	GetVersion() (string, error)
	GetMetadata() Metadata
	GetRootModule(path string) (*meta.Package, error)
	ListUsedModules(path string) ([]meta.Package, error)
	ListModulesWithDeps(path string, globalSettingFile string) ([]meta.Package, error)
	IsValid(path string) bool
	HasModulesInstalled(path string) error
}

Jump to

Keyboard shortcuts

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