sk-matrix-project/backend/golang/matrix-middle-service/pkg/config/nanoid/nanoid.go

7 lines
127 B
Go
Raw Normal View History

package nanoid
type Config struct {
Sequence string `comment:"字符序列"`
Length int `comment:"生成 id 长度"`
}