mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
9df289b7ed
Restructuring.
7 lines
96 B
Go
7 lines
96 B
Go
package models
|
|
|
|
type User struct {
|
|
UserId string `json:"id"`
|
|
ApiKey string `json:"api_key"`
|
|
}
|