package
0.0.0-20210202110552-36712d8a52cd
Repository: https://github.com/manalidatar5/grpc_crud.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Request data to create new todo task.
Contains data of created todo task.
Request data to delete todo task.
Contains status of delete operation.
Request data to read all todo task.
Contains list of all todo tasks.
Request data to read todo task.
Contains todo task data specified in by ID request.
Taks we have to do.
UnimplementedToDoServiceServer can be embedded to have forward compatible implementations.
Request data to update todo task.
Contains status of update operation.

# Interfaces

ToDoServiceClient is the client API for ToDoService service.
ToDoServiceServer is the server API for ToDoService service.