| 1129 | } |
| 1130 | |
| 1131 | type capturePluginClient struct { |
| 1132 | requests map[string][]byte |
| 1133 | } |
| 1134 | |
| 1135 | func (c *capturePluginClient) Call(ctx context.Context, method string, request []byte) ([]byte, error) { |
| 1136 | if c.requests == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected