| 77 | } |
| 78 | |
| 79 | type Option struct { |
| 80 | Type string `json:"type"` |
| 81 | Name string `json:"name"` |
| 82 | Replies Collection `json:"replies"` |
| 83 | } |
| 84 | |
| 85 | type Collection struct { |
| 86 | Type string `json:"type"` |
nothing calls this directly
no outgoing calls
no test coverage detected