package id // 获取分布式唯一id func GetDistributedUniqueID() (uint64, error) { if sf == nil { return 0, nil } return sf.NextID() }