go-pingbot/website/routes/api/auth/types.go

7 lines
109 B
Go

package auth
type UserAuth struct {
Username string `json:"username"`
Password string `json:"password"`
}