Documentation ¶
Index ¶
Constants ¶
View Source
const ( // XSInvalid means the checksum type is invalid. XSInvalid XS = "invalid" // XSUnset means the checksum is optional. XSUnset = "unset" // XSAdler32 means the checksum is adler32 XSAdler32 = "adler32" // XSMD5 means the checksum is md5 XSMD5 = "md5" // XSSHA1 means the checksum is SHA1 XSSHA1 = "sha1" // XSSHA256 means the checksum is SHA256. XSSHA256 = "sha256" )
Variables ¶
This section is empty.
Functions ¶
func PKG2GRPCXS ¶
func PKG2GRPCXS(xsType string) provider.ResourceChecksumType
PKG2GRPCXS converts an internal checksum type to the grpc checksum type.
Types ¶
Click to show internal directories.
Click to hide internal directories.