OnRecoveryFileWrite implements the CreateDelegate interface.
(start, count, total int, path string, dataByteCount, byteCount int, err error)
| 42 | |
| 43 | // OnRecoveryFileWrite implements the CreateDelegate interface. |
| 44 | func (DoNothingCreateDelegate) OnRecoveryFileWrite(start, count, total int, path string, dataByteCount, byteCount int, err error) { |
| 45 | } |
| 46 | |
| 47 | // CreateOptions holds all the options for Create. |
| 48 | type CreateOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected