utils

package
v0.0.0-...-4cd9d19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BoolToBytes

func BoolToBytes(v bool) []byte

func ByteToBytes

func ByteToBytes(v byte) []byte

func Bytes2Str

func Bytes2Str(b []byte) string

func BytesToBool

func BytesToBool(buf []byte) bool

func BytesToFloat32

func BytesToFloat32(buf []byte) float32

func BytesToFloat64

func BytesToFloat64(buf []byte) float64

func BytesToInt

func BytesToInt(buf []byte) int

func BytesToInt16

func BytesToInt16(buf []byte) int16

func BytesToInt32

func BytesToInt32(buf []byte) int32

func BytesToInt64

func BytesToInt64(buf []byte) int64

func BytesToInt8

func BytesToInt8(buf []byte) int8

func BytesToString

func BytesToString(buf []byte) string

func BytesToUInt16

func BytesToUInt16(buf []byte) uint16

func BytesToUInt32

func BytesToUInt32(buf []byte) uint32

func BytesToUInt64

func BytesToUInt64(buf []byte) uint64

func BytesTobyte

func BytesTobyte(buf []byte) byte

func Copy

func Copy(src interface{}) interface{}

func Float32ToBytes

func Float32ToBytes(v float32) []byte

func Float64ToBytes

func Float64ToBytes(v float64) []byte

func GetApplicationDir

func GetApplicationDir() (ApplicationDir string)

func Int16ToBytes

func Int16ToBytes(v int16) []byte

func Int32ToBytes

func Int32ToBytes(v int32) []byte

func Int64ToBytes

func Int64ToBytes(v int64) []byte

func Int8ToBytes

func Int8ToBytes(v int8) []byte

func IntToBytes

func IntToBytes(v int) []byte

func MD5EncToLower

func MD5EncToLower(str string) string

MD5加密 小写

func MD5EncToUpper

func MD5EncToUpper(str string) string

MD5加密 大写

func Sort

func Sort(a []interface{}, compete func(a interface{}, b interface{}) int8)

func Str2Bytes

func Str2Bytes(s string) []byte

func StringToBytes

func StringToBytes(v string) []byte

func UInt16ToBytes

func UInt16ToBytes(v uint16) []byte

func UInt32ToBytes

func UInt32ToBytes(v uint32) []byte

func UInt64ToBytes

func UInt64ToBytes(v uint64) []byte

Types

This section is empty.

Directories

Path Synopsis
The mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure.
The mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL