mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
feat: allow offline disks on a fresh start (#16541)
This commit is contained in:
@@ -21,6 +21,8 @@ import "errors"
|
||||
|
||||
// DiscoveryDoc - parses the output from openid-configuration
|
||||
// for example https://accounts.google.com/.well-known/openid-configuration
|
||||
//
|
||||
//nolint:unused
|
||||
type DiscoveryDoc struct {
|
||||
Issuer string `json:"issuer,omitempty"`
|
||||
AuthEndpoint string `json:"authorization_endpoint,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user