- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newTestReaderEOF (0.08 sec)
-
cmd/object_api_suite_test.go
"fmt" "io" "math/rand" "strconv" "strings" "testing" "time" "github.com/dustin/go-humanize" "github.com/minio/minio/internal/kms" ) // Return pointer to testOneByteReadEOF{} func newTestReaderEOF(data []byte) io.Reader { return &testOneByteReadEOF{false, data} } // OneByteReadEOF - implements io.Reader which returns 1 byte along with io.EOF error. type testOneByteReadEOF struct { eof bool data []byte
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 34.5K bytes - Viewed (0)