| 241 | } |
| 242 | |
| 243 | type handler interface { |
| 244 | flags() int |
| 245 | unmarshal(bytes []byte, o interface{}) error |
| 246 | write(file *os.File, configs []ExportedConfig, confMap map[string]interface{}) error |
| 247 | } |
| 248 | |
| 249 | type appendHandler struct { |
| 250 | codec contract.Codec |
no outgoing calls
no test coverage detected