Versions in this module Expand all Collapse all v0 v0.22.100 Apr 16, 2024 Changes in this version + func MustRegister(app core.App, rootCmd *cobra.Command, config Config) + func Register(app core.App, rootCmd *cobra.Command, config Config) error + type Config struct + ArchiveExecutable string + Context context.Context + HttpClient HttpClient + Owner string + Repo string + type HttpClient interface + Do func(req *http.Request) (*http.Response, error)