 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthResponse ¶
type AuthResponse struct {
	Token string `json:"token"`
}
    type Client ¶
type ManifestResponse ¶
type ManifestResponse struct {
	Digest       string
	Architecture api.Architecture `json:"architecture"`
	History      []History        `json:"history"`
}
    type TagResponse ¶
type TagResponse struct {
	Tags []string `json:"tags"`
}
    type V1Compatibility ¶
 Click to show internal directories. 
   Click to hide internal directories.