| 68 | } |
| 69 | |
| 70 | type rawBlock struct { |
| 71 | Type string `json:"type"` |
| 72 | Name string `json:"name"` |
| 73 | Input json.RawMessage `json:"input"` |
| 74 | } |
| 75 | |
| 76 | type rawInput struct { |
| 77 | Command string `json:"command"` |
nothing calls this directly
no outgoing calls
no test coverage detected