package model type Auth119Info struct{ UserName string `json:"username"` Password string `json:"password"` }