(content string)
| 14 | } |
| 15 | |
| 16 | func mockContainerLogsResult(content string) client.ContainerLogsResult { |
| 17 | return io.NopCloser(strings.NewReader(content)) |
| 18 | } |
| 19 | |
| 20 | type fakeStreamResult struct { |
| 21 | io.ReadCloser |
no outgoing calls
no test coverage detected
searching dependent graphs…