6 lines
74 B
Go
Raw Permalink Normal View History

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