NoopFlushTransferer is a FlushTransferer which does nothing and can be used in cases we don't need one
| 11 | // NoopFlushTransferer is a FlushTransferer which does nothing and can |
| 12 | // be used in cases we don't need one |
| 13 | type NoopFlushTransferer struct{} |
| 14 | |
| 15 | // NewNoopFlushTransferer makes a new NoopFlushTransferer |
| 16 | func NewNoopFlushTransferer() *NoopFlushTransferer { |
nothing calls this directly
no outgoing calls
no test coverage detected