DefaultDocumentReader 默认文档读取器
| 11 | |
| 12 | // DefaultDocumentReader 默认文档读取器 |
| 13 | type DefaultDocumentReader struct{} |
| 14 | |
| 15 | // Read 读取文档内容 |
| 16 | func (dr *DefaultDocumentReader) Read(reader io.Reader) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected