Upgrading server dependancies (#6984)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e2f4492ead
Коммит
58839cefb5
3
vendor/github.com/minio/minio-go/pkg/encrypt/interface.go
сгенерированный
поставляемый
3
vendor/github.com/minio/minio-go/pkg/encrypt/interface.go
сгенерированный
поставляемый
@@ -25,6 +25,9 @@ import "io"
|
||||
// Materials - provides generic interface to encrypt any stream of data.
|
||||
type Materials interface {
|
||||
|
||||
// Closes the wrapped stream properly, initiated by the caller.
|
||||
Close() error
|
||||
|
||||
// Returns encrypted/decrypted data, io.Reader compatible.
|
||||
Read(b []byte) (int, error)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user