package
0.0.0-20220110031702-d237575ad2cb
Repository: https://github.com/bagastri07/tubessister-todolist.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterToDoServiceHandler registers the http handlers for service ToDoService to "mux".
RegisterToDoServiceHandlerClient registers the http handlers for service ToDoService to "mux".
RegisterToDoServiceHandlerFromEndpoint is same as RegisterToDoServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterToDoServiceHandlerServer registers the http handlers for service ToDoService to "mux".
No description provided by the author

# Variables

No description provided by the author
ToDoService_ServiceDesc is the grpc.ServiceDesc for ToDoService service.

# 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.
to mark complete.
response after mark complete.
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 should 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.
UnsafeToDoServiceServer may be embedded to opt out of forward compatibility for this service.