mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Heartbeat Insertions.
Restructuring.
This commit is contained in:
5
models/shared.go
Normal file
5
models/shared.go
Normal file
@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
const (
|
||||
UserKey = "user"
|
||||
)
|
6
models/user.go
Normal file
6
models/user.go
Normal file
@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type User struct {
|
||||
UserId string `json:"id"`
|
||||
ApiKey string `json:"api_key"`
|
||||
}
|
Reference in New Issue
Block a user