clipper/backend
Rob Watson 176a1cd8c1 Revert "FileStore.PutObject: Accept io.ReadCloser"
This turned out to actually make testing more difficult, as the
FileStore objects are generally mocked themselves and moving the Close()
call inside them introduced IO problems in the test suite.

This reverts commit a063f85eca.
2022-01-03 13:32:39 +01:00
..
cmd Add base URL to serve file system store objects over HTTP 2021-12-09 04:05:34 +01:00
config Add base URL to serve file system store objects over HTTP 2021-12-09 04:05:34 +01:00
filestore Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
generated Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
media Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
server Add GetAudioSegment flow 2021-12-29 16:41:43 +01:00
sql Remove S3 bucket columns from media_sets table 2021-12-13 04:29:02 +01:00
.env.example Add base URL to serve file system store objects over HTTP 2021-12-09 04:05:34 +01:00
go.mod Add test coverage for MediaService.GetAudioSegment 2021-12-05 20:05:58 +01:00
go.sum Add test coverage for MediaService.GetAudioSegment 2021-12-05 20:05:58 +01:00
sqlc.yaml Migrate libpq > pgx 2021-11-23 13:20:56 +01:00