Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ID ¶
type ID uint64
ID 标准数字唯一键
func GenerateID ¶
func GenerateID() ID
GenerateID 返回一个随机生成的 64 字节 ID。这个函数进程安全 这个方法大概花费 13.29 ns, 不产出任何内存垃圾
func (ID) MarshalJSON ¶
MarshalJSON 编码 ID 为 JSON encoding
func (*ID) UnmarshalJSON ¶
UnmarshalJSON 解码 给定数据为 Json encoding 或 Json 数字
Click to show internal directories.
Click to hide internal directories.