mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
7 lines
127 B
Go
7 lines
127 B
Go
package harbor
|
|
|
|
type Config struct {
|
|
URL string `json:"url" yaml:"url"`
|
|
AuthURL string `json:"authUrl" yaml:"authUrl"`
|
|
}
|