6 lines
74 B
Go

package responsedomain
type Auth struct {
Token string `json:"token"`
}