Config returns the reader's configuration.
()
| 749 | |
| 750 | // Config returns the reader's configuration. |
| 751 | func (r *Reader) Config() ReaderConfig { |
| 752 | return r.config |
| 753 | } |
| 754 | |
| 755 | // Close closes the stream, preventing the program from reading any more |
| 756 | // messages from it. |
no outgoing calls