aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/gcs/mocks/Client.go
Commit message (Collapse)AuthorAgeFilesLines
* all/mocks: regenerate with mockery v3Taras Madan2025-07-011-106/+142
|
* pkg/gcs: simplify interface, remove proxy typeTaras Madan2025-04-021-58/+58
|
* all/mocks: updateTaras Madan2025-03-281-0/+205
|
* syz-ci/manager.go: compress programs coverage dataTaras Madan2025-03-271-18/+18
| | | | | Each fuzzing session costs 2G-13G now. It looks too much. The data is highly redundant (jsonl) thus compression should help.
* pkg/gcs: define Client interfaceTaras Madan2025-03-251-0/+202
Some functions are not the struct members now. Some functions deleted. Client mock generated.