mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
8 lines
202 B
Go
8 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}"`
|
|
}
|