优化部分代码,补充未实现功能
This commit is contained in:
8
pkg/utils/reader.go
Normal file
8
pkg/utils/reader.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package utils
|
||||
|
||||
import "io"
|
||||
|
||||
type SizeReadCloser struct {
|
||||
io.ReadCloser
|
||||
Size int
|
||||
}
|
||||
Reference in New Issue
Block a user