mustDecodeRequest returns true if the Payload type is not empty.
(e *EndpointData)
| 214 | |
| 215 | // mustDecodeRequest returns true if the Payload type is not empty. |
| 216 | func mustDecodeRequest(e *EndpointData) bool { |
| 217 | return e.Payload.Ref != "" |
| 218 | } |
| 219 | |
| 220 | // conversionData creates a template context suitable for executing the |
| 221 | // "type_conversion" template. |
no outgoing calls
no test coverage detected