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 ¶
func (*Client) RepoImageFromPath ¶ added in v0.1.1
type Image ¶
type Image struct { Digest string `json:"digest"` OS api.OS `json:"os"` Architecture api.Architecture `json:"Architecture"` }
type TagResponse ¶
Click to show internal directories.
Click to hide internal directories.