Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func NewConnection ¶
func NewConnection(connId string) *Connection
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(ts *TransmitMsgStatic, log zerolog.Logger) *Printer
func (*Printer) GetFailedCount ¶
func (*Printer) GetSuccessCount ¶
func (*Printer) PrintAllLevel1 ¶
func (p *Printer) PrintAllLevel1()
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func NewAnalyzeStore ¶
func (*Store) FailedCount ¶
type TiledRev ¶
type TiledRev struct {
// contains filtered or unexported fields
}
func NewTiledRev ¶
func NewTiledRev() *TiledRev
func (*TiledRev) ExceptConnId ¶
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
Click to show internal directories.
Click to hide internal directories.