Versions in this module Expand all Collapse all v1 v1.6.0 Jun 21, 2022 Changes in this version + const PluginConfigPath + type ArchiveConfig struct + Deps []struct{ ... } + type GoConfig struct + Deps []struct{ ... } + MinVersion string + type NPMConfig struct + Deps []struct{ ... } + type PluginConfig struct + Deps []string + Name string + Opts []string + Owner string + Runtime Runtime + Version string + func ParsePluginConfig(config string) (*PluginConfig, error) + type Runtime struct + Archive *ArchiveConfig + Go *GoConfig + NPM *NPMConfig