MCPcopy Create free account
hub / github.com/cli/cli / Artifact

Struct Artifact

pkg/cmd/run/shared/artifacts.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Artifact struct {
13 Name string `json:"name"`
14 Size uint64 `json:"size_in_bytes"`
15 DownloadURL string `json:"archive_download_url"`
16 Expired bool `json:"expired"`
17}
18
19type artifactsPayload struct {
20 Artifacts []Artifact

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected