mirror of https://github.com/portainer/portainer
6 lines
64 B
Go
6 lines
64 B
Go
|
package options
|
||
|
|
||
|
type SearchRepoOptions struct {
|
||
|
Repo string
|
||
|
}
|