WithEncoderDictDelete clears the dictionary, so no dictionary will be used. Should be used with ResetWithOptions.
()
| 408 | // WithEncoderDictDelete clears the dictionary, so no dictionary will be used. |
| 409 | // Should be used with ResetWithOptions. |
| 410 | func WithEncoderDictDelete() EOption { |
| 411 | return func(o *encoderOptions) error { |
| 412 | o.dict = nil |
| 413 | return nil |
| 414 | } |
| 415 | } |
no outgoing calls
searching dependent graphs…