package
Version:
v0.0.0-...-0eca5ab
Opens a new window with list of versions in this module.
Published: Sep 4, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewRemoteRegistry() *registryApi
type Repo struct {
Name string `json:"name"`
Tag string `json:"tag"`
Size int64 `json:"size"`
Count int `json:"count"`
}
type Request struct {
Repos []Repo `json:"repos"`
}
type Status struct {
Message string `json:"message"`
Service string `json:"service"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.