Documentation
¶
Index ¶
Constants ¶
View Source
const (
PluginPrefix = "arara-"
)
Variables ¶
This section is empty.
Functions ¶
func ExpandPath ¶
Types ¶
type Discoverer ¶
type Discoverer struct {
PathEnv string
ExtraDirs []string
Disabled map[string]struct{}
// contains filtered or unexported fields
}
func NewDiscoverer ¶
func NewDiscoverer(pathEnv string, extraDirs []string, disabled []string) *Discoverer
func (*Discoverer) Discover ¶
func (discoverer *Discoverer) Discover() ([]Plugin, error)
Click to show internal directories.
Click to hide internal directories.