package
0.0.0-20220518102144-927e7458f996
Repository: https://github.com/jtomasevic/grpcexample.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
RegisterTaskServiceHandler registers the http handlers for service TaskService to "mux".
RegisterTaskServiceHandlerClient registers the http handlers for service TaskService to "mux".
RegisterTaskServiceHandlerFromEndpoint is same as RegisterTaskServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterTaskServiceHandlerServer registers the http handlers for service TaskService to "mux".
No description provided by the author
# Variables
No description provided by the author
TaskService_ServiceDesc is the grpc.ServiceDesc for TaskService service.
# Structs
Request data to create new task.
Contains data of created task.
Request data to delete task.
Contains status of delete operation.
Request data to read all task.
Contains list of all tasks.
Request data to read task.
Contains task data specified in by ID request.
Taks we have to do.
UnimplementedTaskServiceServer must be embedded to have forward compatible implementations.
Request data to update task.
Contains status of update operation.
# Interfaces
TaskServiceClient is the client API for TaskService service.
TaskServiceServer is the server API for TaskService service.
UnsafeTaskServiceServer may be embedded to opt out of forward compatibility for this service.