# Functions

ConvertFromStarlarkValue converts starlark.Value to any value As ConvertToStarlarkValue, the value is serialized in go and then deserialized in starlark.
ConvertToStarlarkValue converts any value to starlark.Value Internally the value is serialized in go and then deserialized in starlark.
NewPluginStarlark returns a starlark.HasAttrs for the given plugin.Plugin in starlark, you can access below methods from the value returned by this function spec_from_file = plugin.loadSpecFile("path/to/spec.yaml") spec_from_url = plugin.loadSpecUrl("https://example.com/spec.yaml").