Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2024 Changes in this version + type LoginReq struct + Name string + Password string + type LoginResp struct + User string + type RegisterReq struct + Name string + Password string + type RegisterResp struct + User string