6 lines
74 B
Go
Raw Normal View History

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