(into interface{})
| 169 | // decoder is a convenience interface for Decode. |
| 170 | type decoder interface { |
| 171 | Decode(into interface{}) error |
| 172 | } |
| 173 | |
| 174 | // YAMLOrJSONDecoder attempts to decode a stream of JSON documents or |
no outgoing calls
no test coverage detected