Documentation ¶
Index ¶
- func FlateDecompress(data []byte) ([]byte, error)
- func FloatToFixed(v float64, precision int) float64
- func FloatToString(v float64, precision int) string
- func GenerateOrderClientId(size int) string
- func GzipDecompress(data []byte) ([]byte, error)
- func MergeOptionalParameter(values *url.Values, opts ...OptionalParameter) url.Values
- func ToFloat64(v interface{}) float64
- func ToInt(v interface{}) int
- func ToInt64(v interface{}) int64
- func ToMapJson(input interface{}) (map[string]interface{}, error)
- func ToUint64(v interface{}) uint64
- func ValuesToJson(v url.Values) ([]byte, error)
- type OptionalParameter
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FlateDecompress ¶
func FloatToFixed ¶
func FloatToString ¶
func GenerateOrderClientId ¶
func GzipDecompress ¶
func MergeOptionalParameter ¶
func MergeOptionalParameter(values *url.Values, opts ...OptionalParameter) url.Values
Types ¶
type OptionalParameter ¶
type OptionalParameter map[string]interface{}
Click to show internal directories.
Click to hide internal directories.