mirror of
https://github.com/weloe/token-go.git
synced 2025-10-05 07:26:50 +08:00
11 lines
222 B
Go
11 lines
222 B
Go
package constant
|
|
|
|
// tokenStyle constant
|
|
const (
|
|
UUID = "uuid"
|
|
SimpleUUID = "uuid-simple"
|
|
RandomString32 = "random-string32"
|
|
RandomString64 = "random-string64"
|
|
RandomString128 = "random-string128"
|
|
)
|