portainer/pkg/libhelm/options/search_repo_options.go

9 lines
202 B
Go

package options
import "net/http"
type SearchRepoOptions struct {
Repo string `example:"https://charts.gitlab.io/"`
Client *http.Client `example:"&http.Client{Timeout: time.Second * 10}"`
}