| 98 | } |
| 99 | |
| 100 | type Cards struct { |
| 101 | Config Conf `json:"config"` |
| 102 | Elements []Element `json:"elements"` |
| 103 | Header Headers `json:"header"` |
| 104 | } |
| 105 | |
| 106 | type FSMessagev2 struct { |
| 107 | MsgType string `json:"msg_type"` |
nothing calls this directly
no outgoing calls
no test coverage detected