Versions in this module Expand all Collapse all v1 v1.2.0 Feb 3, 2021 Changes in this version + type CreateRequest struct + Mobile string + NickName string + UserName string + type CreateResponse struct + Id uint + type DeleteRequest struct + Id uint + type DetailRequest struct + UserName string + type DetailResponse struct + Id uint + Mobile ddm.Mobile + NickName string + UserName string + type UpdateNickNameByIDRequest struct + Id uint + NickName string + type UpdateNickNameByIDResponse struct + Id uint + type UserDemo struct + CreatedAt time.Time + Id uint + IsDeleted int + Mobile string + NickName string + UpdatedAt time.Time + UserName string + func (m *UserDemo) TableName() string