package
0.0.0-20210902034828-42829d4bdecd
Repository: https://github.com/baidu/go-lib.git
Documentation: pkg.go.dev

# Functions

Encode outputs key-value string (lines of key:value) for data.
EncodeData outputs key-value string (lines of key:value) for data Params: - data: data to encode - prefix: prefix of key - ingoreUnknown: ingore unsupported type Return: - key-value string for data.