cookieEditorFormatter outputs cookies in the CookieEditor browser extension format. Non-cookie categories fall back to standard JSON output.
| 10 | // cookieEditorFormatter outputs cookies in the CookieEditor browser extension |
| 11 | // format. Non-cookie categories fall back to standard JSON output. |
| 12 | type cookieEditorFormatter struct { |
| 13 | fallback *jsonFormatter |
| 14 | } |
| 15 | |
| 16 | func (f *cookieEditorFormatter) ext() string { return "json" } |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected