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

Struct CachePayload

pkg/cmd/cache/shared/shared.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type CachePayload struct {
34 ActionsCaches []Cache `json:"actions_caches"`
35 TotalCount int `json:"total_count"`
36}
37
38type GetCachesOptions struct {
39 Limit int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected