(ctx context.Context, session *RecordSession)
| 39 | type Integrations interface { |
| 40 | MatchType(ctx context.Context, reqBuf []byte) bool |
| 41 | RecordOutgoing(ctx context.Context, session *RecordSession) error |
| 42 | MockOutgoing(ctx context.Context, src net.Conn, dstCfg *models.ConditionalDstCfg, mockDb MockMemDb, opts models.OutgoingOptions) error |
| 43 | } |
| 44 |