MCPcopy Index your code
hub / github.com/cli/cli / Cache

Struct Cache

pkg/cmd/cache/shared/shared.go:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type Cache struct {
24 CreatedAt time.Time `json:"created_at"`
25 Id int64 `json:"id"`
26 Key string `json:"key"`
27 LastAccessedAt time.Time `json:"last_accessed_at"`
28 Ref string `json:"ref"`
29 SizeInBytes int64 `json:"size_in_bytes"`
30 Version string `json:"version"`
31}
32
33type CachePayload struct {
34 ActionsCaches []Cache `json:"actions_caches"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected