Searched refs:flowType (Results 1 – 1 of 1) sorted by relevance
29 type flowType int type32 readFlow flowType = iota38 flowType flowType member54 func (r *recordingConn) appendFlow(flowType flowType, message string, data []byte) {58 …if l := len(r.flows); flowType == specialFlow || r.isDatagram || l == 0 || r.flows[l-1].flowType !…61 r.flows = append(r.flows, flow{flowType, message, buf})92 switch flow.flowType {112 if flow.flowType != writeFlow {