Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { zrpc.RpcServerConf DB struct { DataSource string } LogConf logx.LogConf SnowflakeConf SnowflakeConf RedisConf redis.RedisConf }
type SnowflakeConf ¶ added in v0.1.7
type SnowflakeConf struct {
MachineId int64 `json:"machineId"`
}
SnowflakeConf 雪花算法机器id配置
Click to show internal directories.
Click to hide internal directories.