boulder/cmd/rocsp-tool
Aaron Gable 7f04092e72
Simplify streaming rows from the database (#7372)
Create a new method on the gorm rows object which runs a small closure
for every row retrieved from the database. Use this new method to remove
20 lines of boilerplate from five different SA methods and rocsp-tool.
2024-03-19 08:39:00 -07:00
..
testdata Split rocsp-tool into files; add some tests (#5795) 2021-11-12 17:41:14 -08:00
client.go Simplify streaming rows from the database (#7372) 2024-03-19 08:39:00 -07:00
client_test.go dependencies: Update go-redis from v8 to v9 (#7041) 2023-08-22 13:06:25 -04:00
inflight.go Split rocsp-tool into files; add some tests (#5795) 2021-11-12 17:41:14 -08:00
inflight_test.go Split rocsp-tool into files; add some tests (#5795) 2021-11-12 17:41:14 -08:00
main.go Add --addr and/or --debug-addr flags to all commands (#7175) 2023-12-07 17:41:01 -08:00