GetManagerOptions gets the manager options
()
| 43 | |
| 44 | // GetManagerOptions gets the manager options |
| 45 | func (p *CustomJSONImpl) GetManagerOptions() map[string]string { |
| 46 | return p.mgr.GetOptions() |
| 47 | } |
| 48 | |
| 49 | // GetParserType returns the custom parser type |
| 50 | func (p *CustomJSONImpl) GetParserType() string { |
no outgoing calls
no test coverage detected