Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultConfigFile = "perses_plugin_config.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginConfig ¶
type PluginConfig struct {
// DistPath is the path to the folder containing the files built by npm
DistPath string `json:"dist_path" yaml:"dist_path"`
// FrontendPath is the path to the folder containing the package.json file
FrontendPath string `json:"frontend_path" yaml:"frontend_path"`
// SchemasPath is the path to the folder containing the cuelang schema
SchemasPath string `json:"schemas_path" yaml:"schemas_path"`
}
func (*PluginConfig) Verify ¶
func (c *PluginConfig) Verify() error
Click to show internal directories.
Click to hide internal directories.