NoopFlushTransferer is a FlushTransferer which does nothing and can be used in cases we don't need one
| 21 | // NoopFlushTransferer is a FlushTransferer which does nothing and can |
| 22 | // be used in cases we don't need one |
| 23 | type NoopFlushTransferer struct{} |
| 24 | |
| 25 | // NewNoopFlushTransferer makes a new NoopFlushTransferer |
| 26 | func NewNoopFlushTransferer() *NoopFlushTransferer { |
nothing calls this directly
no outgoing calls
no test coverage detected