Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRequest ¶
type AuthRequest struct {
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
PublicKey string `json:"public_key,omitempty"`
// IdentityToken is used to authenticate the user and get
// an access token for the registry.
IdentityToken string `json:"identity_token,omitempty"`
}
AuthRequest contains authorization information for connecting to a envd server.
type AuthResponse ¶
Click to show internal directories.
Click to hide internal directories.