Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
type Image struct { TeamId string `edn:"atomist/team-id"` Digest string `edn:"docker.image/digest"` CreatedAt time.Time `edn:"docker.image/created-at"` Tags []string `edn:"docker.image/tags"` Tag []struct { Name string `edn:"docker.tag/name"` } `edn:"docker.image/tag"` ManifestList []ManifestList `edn:"docker.image/manifest-list"` Repository struct { Badge string `edn:"docker.repository/badge"` Host string `edn:"docker.repository/host"` Name string `edn:"docker.repository/name"` SupportedTags []string `edn:"docker.repository/supported-tags"` } `edn:"docker.image/repository"` File struct { Path string `edn:"git.file/path"` } `edn:"docker.image/file"` Commit struct { Sha string `edn:"git.commit/sha"` Repo struct { Name string `edn:"git.repo/name"` Org struct { Name string `edn:"git.org/name"` } `edn:"git.repo/org"` } `edn:"git.commit/repo"` } `edn:"docker.image/commit"` Report []Report `edn:"vulnerability.report/report"` }
type ManifestList ¶ added in v0.0.3
type QueryResult ¶
type QueryResult struct { Query struct { Data [][]Image `edn:"data"` } `edn:"query"` }
Click to show internal directories.
Click to hide internal directories.