Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Brew ¶
Brew client API structure
func (*Brew) GetBuildInfo ¶
GetBuildInfo - returns metadata of given build object
func (*Brew) GetRPMInfo ¶
GetRPMInfo - returns metadata of given rpm object
type Digests ¶
type Digests struct {
ApplicationVndDockerDistributionManifestListV2xmlrpc string `xmlrpc:"application/vnd.docker.distribution.manifest.list.v2+xmlrpc"`
}
type Image ¶
type Image struct {
MediaTypes []string `xmlrpc:"media_types"`
Help interface{} `xmlrpc:"help"`
Index Index `xmlrpc:"index"`
Autorebuild bool `xmlrpc:"autorebuild"`
Isolated bool `xmlrpc:"isolated"`
ParentBuildID int64 `xmlrpc:"parent_build_id"`
ParentImageBuilds map[string]ParentImageBuild `xmlrpc:"parent_image_builds"`
}
type ParentImageBuild ¶
type RPMInfo ¶
type RPMInfo struct {
BuildID int `xmlrpc:"build_id"`
Name string `xmlrpc:"name"`
Extra interface{} `xmlrpc:"extra"`
ExternalRepoID int `xmlrpc:"external_repo_id"`
Buildtime int `xmlrpc:"buildtime"`
ID int `xmlrpc:"id"`
Epoch int `xmlrpc:"epoch"`
Version string `xmlrpc:"version"`
BuildrootID int `xmlrpc:"buildroot_id"`
MetadataOnly bool `xmlrpc:"metadata_only"`
Release string `xmlrpc:"release"`
Arch string `xmlrpc:"arch"`
Payloadhash string `xmlrpc:"payloadhash"`
ExternalRepoName string `xmlrpc:"external_repo_name"`
Size int `xmlrpc:"size"`
}
Click to show internal directories.
Click to hide internal directories.