(raw string)
| 1140 | } |
| 1141 | |
| 1142 | func parseOptionalBridgeJSON(raw string) (*json.RawMessage, error) { |
| 1143 | return parseOptionalBridgeJSONWithLabel(raw, "delivery defaults") |
| 1144 | } |
| 1145 | |
| 1146 | func parseOptionalBridgeJSONWithLabel(raw string, label string) (*json.RawMessage, error) { |
| 1147 | trimmed := strings.TrimSpace(raw) |
no test coverage detected