MCPcopy Create free account
hub / github.com/MarioCarrion/todo-api-microservice-example / SearchTaskJSONBody

Struct SearchTaskJSONBody

client.gen.go:103–109  ·  view source on GitHub ↗

SearchTaskJSONBody defines parameters for SearchTask.

Source from the content-addressed store, hash-verified

101
102// SearchTaskJSONBody defines parameters for SearchTask.
103type SearchTaskJSONBody struct {
104 Description *string `json:"description"`
105 From int64 `json:"from"`
106 IsDone *bool `json:"isDone"`
107 Priority *Priority `json:"priority,omitempty"`
108 Size int64 `json:"size"`
109}
110
111// UpdateTaskJSONBody defines parameters for UpdateTask.
112type UpdateTaskJSONBody struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected