nullIOProxy represents an empty IOProxy implementation for cases when there is no need to stream logs from the Agent through vsock.
| 41 | // nullIOProxy represents an empty IOProxy implementation for cases when there is no need to |
| 42 | // stream logs from the Agent through vsock. |
| 43 | type nullIOProxy struct{} |
| 44 | |
| 45 | // NewNullIOProxy creates an empty IOProxy |
| 46 | func NewNullIOProxy() IOProxy { |
nothing calls this directly
no outgoing calls
no test coverage detected