Searched refs:flowType (Results 1 – 1 of 1) sorted by relevance
15 type flowType int type18 readFlow flowType = iota24 flowType flowType member40 func (r *recordingConn) appendFlow(flowType flowType, message string, data []byte) {44 …if l := len(r.flows); flowType == specialFlow || r.isDatagram || l == 0 || r.flows[l-1].flowType !…47 r.flows = append(r.flows, flow{flowType, message, buf})78 switch flow.flowType {