| 31 | } |
| 32 | |
| 33 | type CachePayload struct { |
| 34 | ActionsCaches []Cache `json:"actions_caches"` |
| 35 | TotalCount int `json:"total_count"` |
| 36 | } |
| 37 | |
| 38 | type GetCachesOptions struct { |
| 39 | Limit int |
nothing calls this directly
no outgoing calls
no test coverage detected