mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
6 lines
44 B
Go
6 lines
44 B
Go
|
package models
|
||
|
|
||
|
const (
|
||
|
UserKey = "user"
|
||
|
)
|