String returns the content of the document.
()
| 48 | |
| 49 | // String returns the content of the document. |
| 50 | func (d *Document) String() string { |
| 51 | return d.Content |
| 52 | } |
| 53 | |
| 54 | // WithSubIndexes sets the sub-indexes on the document metadata and returns the |
| 55 | // document for chaining. Sub-indexes let an Indexer route a document into |
nothing calls this directly
no outgoing calls
no test coverage detected