Documentation
¶
Index ¶
- type Analyze
- type TransmitMsg
- type TransmitMsgStatic
- func (ts *TransmitMsgStatic) GetAllTransmitMsgCount() int
- func (ts *TransmitMsgStatic) GetTransmitMsgByConnIdSeq(connId, seq string) *TransmitMsg
- func (ts *TransmitMsgStatic) GetTransmitMsgByMidIndex(mid int64) *TransmitMsg
- func (ts *TransmitMsgStatic) SetMidIndex(mid int64, connId, seq string)
- func (ts *TransmitMsgStatic) SetTempRev(mid int64, data map[string]interface{}, source string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyze ¶
type Analyze struct {
// contains filtered or unexported fields
}
func NewAnalyze ¶
func (*Analyze) FailedCount ¶
type TransmitMsg ¶
type TransmitMsg struct {
// contains filtered or unexported fields
}
func (*TransmitMsg) LoadReceive ¶
func (tm *TransmitMsg) LoadReceive(mid int64, revTime time.Time) error
type TransmitMsgStatic ¶
type TransmitMsgStatic struct {
// contains filtered or unexported fields
}
func GetTransmitMsgStatic ¶
func GetTransmitMsgStatic() *TransmitMsgStatic
func (*TransmitMsgStatic) GetAllTransmitMsgCount ¶
func (ts *TransmitMsgStatic) GetAllTransmitMsgCount() int
func (*TransmitMsgStatic) GetTransmitMsgByConnIdSeq ¶
func (ts *TransmitMsgStatic) GetTransmitMsgByConnIdSeq(connId, seq string) *TransmitMsg
func (*TransmitMsgStatic) GetTransmitMsgByMidIndex ¶
func (ts *TransmitMsgStatic) GetTransmitMsgByMidIndex(mid int64) *TransmitMsg
func (*TransmitMsgStatic) SetMidIndex ¶
func (ts *TransmitMsgStatic) SetMidIndex(mid int64, connId, seq string)
func (*TransmitMsgStatic) SetTempRev ¶
func (ts *TransmitMsgStatic) SetTempRev(mid int64, data map[string]interface{}, source string)
Click to show internal directories.
Click to hide internal directories.