Write writes a http transaction to the file.
(data *types.HTTPRequestResponseLog)
| 21 | type OutputFileWriter interface { |
| 22 | // Write writes a http transaction to the file. |
| 23 | Write(data *types.HTTPRequestResponseLog) error |
| 24 | // Close closes the file writer. |
| 25 | Close() error |
| 26 | } |
no outgoing calls
no test coverage detected