|
@@ -81,8 +81,6 @@ type CopyRequest struct {
|
|
type PullRequest struct {
|
|
type PullRequest struct {
|
|
Name string `json:"name"`
|
|
Name string `json:"name"`
|
|
Insecure bool `json:"insecure,omitempty"`
|
|
Insecure bool `json:"insecure,omitempty"`
|
|
- Username string `json:"username"`
|
|
|
|
- Password string `json:"password"`
|
|
|
|
}
|
|
}
|
|
|
|
|
|
type ProgressResponse struct {
|
|
type ProgressResponse struct {
|
|
@@ -95,8 +93,6 @@ type ProgressResponse struct {
|
|
type PushRequest struct {
|
|
type PushRequest struct {
|
|
Name string `json:"name"`
|
|
Name string `json:"name"`
|
|
Insecure bool `json:"insecure,omitempty"`
|
|
Insecure bool `json:"insecure,omitempty"`
|
|
- Username string `json:"username"`
|
|
|
|
- Password string `json:"password"`
|
|
|
|
}
|
|
}
|
|
|
|
|
|
type ListResponse struct {
|
|
type ListResponse struct {
|