WriterOption is an option for creating a encoder.
func(*Writer) error
| 901 | |
| 902 | // WriterOption is an option for creating a encoder. |
| 903 | type WriterOption func(*Writer) error |
| 904 | |
| 905 | // WriterConcurrency will set the concurrency, |
| 906 | // meaning the maximum number of decoders to run concurrently. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…