Versions in this module Expand all Collapse all v1 v1.5.0 Mar 17, 2023 v1.4.9 Mar 14, 2023 v1.4.8 Mar 8, 2023 v1.4.7 Mar 8, 2023 v1.4.6 Mar 4, 2023 v1.4.5 Mar 4, 2023 v1.4.4 Mar 3, 2023 v1.4.3 Mar 2, 2023 Changes in this version + const DeleteFail + const Fail + const InsertFail + const InvalidParam + const ModifyFail + const OK + const ProcessCreateFail + const ProcessDelFail + const ProcessDuplicate + const ProcessFileLack + const ProcessStartFail + const ProcessUnexist + const SelectFail + const UpdateFail + const UploadFail + const WrongPassword + const WrongPhoneNumber + const WrongUser + func Msg(code int) string + type Response struct + Code int + Message interface{} + Result interface{} + Success bool + Timestamp int64 + type SError struct + func NewSError(code int) *SError + func (e *SError) Code() int + func (e *SError) Equal(errorCode int) bool + func (e *SError) Error() string + func (e *SError) Msg() string