(context.Context)
| 40 | } |
| 41 | |
| 42 | func (a *streamCaptureAdapter) Health(context.Context) error { return nil } |
| 43 | |
| 44 | func (a *streamCaptureAdapter) Metadata() types.BackendMetadata { |
| 45 | return types.BackendMetadata{Name: a.name} |
nothing calls this directly
no outgoing calls
no test coverage detected