pkg

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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 NewAnalyze(lines []string) *Analyze

func (*Analyze) FailedCount

func (a *Analyze) FailedCount() int

func (*Analyze) Start

func (a *Analyze) Start() error

type TransmitMsg

type TransmitMsg struct {
	// contains filtered or unexported fields
}

func (*TransmitMsg) LoadAck

func (tm *TransmitMsg) LoadAck(connId, ack string, mid int64, ackTime time.Time) error

func (*TransmitMsg) LoadReceive

func (tm *TransmitMsg) LoadReceive(mid int64, revTime time.Time) error

func (*TransmitMsg) LoadSend

func (tm *TransmitMsg) LoadSend(from, connId, seq string, sendTime 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)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL