Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitPlugins ¶
func LoadConfig ¶
func PreValidatePlugins ¶
func ValidatePlugins ¶
Types ¶
type Plugin ¶
type Plugin interface {
Init(app core.App) error
Name() string
Version() string
Description() string
}
func GetPlugins ¶
func GetPlugins() []Plugin
type PreValidator ¶
Click to show internal directories.
Click to hide internal directories.