Versions in this module Expand all Collapse all v0 v0.1.0 Sep 30, 2024retracted Changes in this version + func GetPlugin(t testing.T, typ consts.PluginType) (string, string, string, string) + type TestPlugin struct + FileName string + Name string + Sha256 string + Typ consts.PluginType + Version string + func CompilePlugin(t testing.T, typ consts.PluginType, pluginVersion string, pluginDir string) TestPlugin