Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpStruct ¶
func DumpStruct(to interface{}, from interface{})
Be careful to use, from,to must be pointer
func GenCryptoUniqueId ¶
func GenCryptoUniqueId() string
Types ¶
type IdGenerator ¶
type IdGenerator struct { Key []byte // contains filtered or unexported fields }
Key的长度必须为8
func (*IdGenerator) GenCryptoUniqueId ¶
func (p *IdGenerator) GenCryptoUniqueId() string
Click to show internal directories.
Click to hide internal directories.