Versions in this module Expand all Collapse all v1 v1.0.2 Oct 14, 2024 v1.0.1 Sep 29, 2024 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