6 lines
56 B
Go
6 lines
56 B
Go
type Response struct {
|
|
User *struct {
|
|
ID string
|
|
}
|
|
}
|
type Response struct {
|
|
User *struct {
|
|
ID string
|
|
}
|
|
}
|