clipper/backend/media
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
..
testdata Add GetAudioSegment flow 2021-12-29 16:41:43 +01:00
get_audio.go Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
get_audio_test.go Add test coverage for getPeaksFromFileStore flow 2021-12-31 19:25:55 +01:00
get_segment.go Add GetAudioSegment flow 2021-12-29 16:41:43 +01:00
get_segment_test.go Add test coverage for getPeaksFromFileStore flow 2021-12-31 19:25:55 +01:00
get_video.go Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
modulo_reader.go Extract ModuloReader from service.go 2021-12-17 17:52:59 +01:00
modulo_reader_test.go Extract ModuloReader from service.go 2021-12-17 17:52:59 +01:00
service.go Add GetAudioSegment flow 2021-12-29 16:41:43 +01:00
service_test.go Add GetAudioSegment flow 2021-12-29 16:41:43 +01:00
thumbnail.go Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
types.go Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
youtube.go Add video thumbnail support 2021-11-21 20:43:40 +01:00
youtube_test.go Add video thumbnail support 2021-11-21 20:43:40 +01:00