| 163 | } |
| 164 | |
| 165 | type boolHandler struct{} |
| 166 | |
| 167 | func (handler *boolHandler) encode(property *schema.Property, data interface{}) (interface{}, error) { |
| 168 | switch t := data.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected