noopCFDataClient is a no-op implementation of CFDataClient used when no real client is provided.
| 74 | // noopCFDataClient is a no-op implementation of CFDataClient used when no |
| 75 | // real client is provided. |
| 76 | type noopCFDataClient struct{} |
| 77 | |
| 78 | func (*noopCFDataClient) AddData(_ context.Context, _ interface{}) (*types.Responses, error) { |
| 79 | return &types.Responses{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected