Versions in this module Expand all Collapse all v0 v0.1.0 Sep 27, 2022 Changes in this version + var ErrSchemaNotFound = fmt.Errorf("not found") + var Schemas embed.FS + type Validator interface + GetAvailablePluginNames func(ctx context.Context) []string + GetRawLuaSchema func(ctx context.Context, name string) ([]byte, error) + ProcessDefaults func(ctx context.Context, plugin *model.Plugin) error + Validate func(ctx context.Context, plugin *model.Plugin) error + ValidateSchema func(ctx context.Context, pluginSchema string) (string, error)