(content string)
| 10 | ) |
| 11 | |
| 12 | func mockContainerExportResult(content string) client.ContainerExportResult { |
| 13 | return io.NopCloser(strings.NewReader(content)) |
| 14 | } |
| 15 | |
| 16 | func mockContainerLogsResult(content string) client.ContainerLogsResult { |
| 17 | return io.NopCloser(strings.NewReader(content)) |
no outgoing calls
no test coverage detected
searching dependent graphs…