mirror of
https://bitbucket.org/skobkin/point-tools-crawler.git
synced 2024-11-14 17:53:05 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
|
package point
|
||
|
|
||
|
type Token struct {
|
||
|
AuthToken string `json:"token"`
|
||
|
CsRfToken string `json:"csrf_token"`
|
||
|
Error string `json:"error"`
|
||
|
}
|