Versions in this module Expand all Collapse all v1 v1.5.5 Oct 25, 2023 v0 v0.1.0 Oct 25, 2023 Changes in this version + type Column struct + Exp string + Logic string + Name string + Value interface{} + type Conditions struct + Columns []Column + type CreateUserExampleRequest struct + Age int + Avatar string + Email string + Gender int + Name string + Password string + Phone string + type CreateUserExampleRespond struct + Code int + Data struct{ ... } + Msg string + type DeleteUserExampleByIDRespond struct + type DeleteUserExamplesByIDsRequest struct + IDs []uint64 + type DeleteUserExamplesByIDsRespond struct + type GetUserExampleByConditionRequest struct + type GetUserExampleByConditionRespond struct + Code int + Data struct{ ... } + Msg string + type GetUserExampleByIDRespond struct + Code int + Data struct{ ... } + Msg string + type ListUserExamplesByIDsRequest struct + IDs []uint64 + type ListUserExamplesByIDsRespond struct + Code int + Data struct{ ... } + Msg string + type ListUserExamplesRequest struct + type ListUserExamplesRespond struct + Code int + Data struct{ ... } + Msg string + type Params struct + Columns []Column + Page int + Size int + Sort string + type Result struct + Code int + Data interface{} + Msg string + type UpdateUserExampleByIDRequest struct + Age int + Avatar string + Email string + Gender int + ID uint64 + Name string + Password string + Phone string + type UpdateUserExampleByIDRespond struct + type UserExampleObjDetail struct + Age int + Avatar string + CreatedAt time.Time + Email string + Gender int + ID string + LoginAt int64 + Name string + Phone string + Status int + UpdatedAt time.Time