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

Struct CreateTaskJSONBody

client.gen.go:96–100  ·  view source on GitHub ↗

CreateTaskJSONBody defines parameters for CreateTask.

Source from the content-addressed store, hash-verified

94
95// CreateTaskJSONBody defines parameters for CreateTask.
96type 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.
103type SearchTaskJSONBody struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected