Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RawDeflateBase64Encode ¶
RawDeflateBase64Encode compresses the input string using raw deflate algorithm and then encodes the compressed data in base64 format.
The function takes a single parameter: - input: A string that needs to be compressed and encoded.
The function returns two values: - A string representing the compressed and encoded data. - An error if any error occurs during the compression or encoding process.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.