package api type Login struct { Name string Password string } type Signup struct { Name string Password string }