Versions in this module Expand all Collapse all v0 v0.1.0 Mar 28, 2019 Changes in this version + type Service struct + func (service *Service) Signin(w http.ResponseWriter, r *http.Request) + func (service *Service) Signup(w http.ResponseWriter, r *http.Request) + func (service *Service) Startup() + type User struct + Email string + Password string + Username string