package
1.29.0
Repository: https://github.com/cs3org/reva.git
Documentation: pkg.go.dev

# Functions

GRPC2PKGXS converts the grpc checksum type to an internal pkg type.
New creates a new storage provider svc.
PKG2GRPCXS converts an internal checksum type to the grpc checksum type.

# Constants

XSAdler32 means the checksum is adler32.
XSInvalid means the checksum type is invalid.
XSMD5 means the checksum is md5.
XSSHA1 means the checksum is SHA1.
XSSHA256 means the checksum is SHA256.
XSUnset means the checksum is optional.

# Type aliases

XS defines an hex-encoded string as checksum.