6 lines
82 B
Go
6 lines
82 B
Go
type Response struct {
|
|
User *struct {
|
|
Id string `json:"id"`
|
|
} `json:"user"`
|
|
}
|