package types type LoginCredentials struct { User string `json:"username"` Password string `json:"password"` }