6 lines
89 B
Go
6 lines
89 B
Go
type Response struct {
|
|
User *struct {
|
|
ID string
|
|
AlsoID string
|
|
} `json:"user"`
|
|
} |