Versions in this module Expand all Collapse all v0 v0.0.2 Aug 16, 2022 v0.0.1 Aug 16, 2022 Changes in this version + func DownloadFileWithName(uri, name string) (string, error) + func ProcessTemplate(templateFile string, values interface{}) (string, []byte, error) + func RenderTemplate(templateFile string, values interface{}) ([]byte, error) + type InvalidPluginSpecError struct + Spec string + func (i InvalidPluginSpecError) Error() string + type ReleaseRequest struct + PluginName string + PluginOwner string + PluginReleaseActor string + PluginRepo string + ProcessedTemplate []byte + TagName string + TemplateFile string + type Source interface + Parse func(r *http.Request) (*ReleaseRequest, error)