CreateTaskJSONBody defines parameters for CreateTask.
| 94 | |
| 95 | // CreateTaskJSONBody defines parameters for CreateTask. |
| 96 | type CreateTaskJSONBody struct { |
| 97 | Dates *Dates `json:"dates,omitempty"` |
| 98 | Description string `json:"description"` |
| 99 | Priority *Priority `json:"priority,omitempty"` |
| 100 | } |
| 101 | |
| 102 | // SearchTaskJSONBody defines parameters for SearchTask. |
| 103 | type SearchTaskJSONBody struct { |
nothing calls this directly
no outgoing calls
no test coverage detected