package
0.0.0-20240413114101-66d087a51aff
Repository: https://github.com/kirillmc/chat-server.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
RegisterChatV1Handler registers the http handlers for service ChatV1 to "mux".
RegisterChatV1HandlerClient registers the http handlers for service ChatV1 to "mux".
RegisterChatV1HandlerFromEndpoint is same as RegisterChatV1Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterChatV1HandlerServer registers the http handlers for service ChatV1 to "mux".
No description provided by the author
# Variables
ChatV1_ServiceDesc is the grpc.ServiceDesc for ChatV1 service.
No description provided by the author
# Structs
No description provided by the author
CreateRequestValidationError is the validation error returned by CreateRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateResponseValidationError is the validation error returned by CreateResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteRequestValidationError is the validation error returned by DeleteRequest.Validate if the designated constraints aren't met.
No description provided by the author
SendMessageRequestValidationError is the validation error returned by SendMessageRequest.Validate if the designated constraints aren't met.
UnimplementedChatV1Server must be embedded to have forward compatible implementations.
# Interfaces
ChatV1Client is the client API for ChatV1 service.
ChatV1Server is the server API for ChatV1 service.
UnsafeChatV1Server may be embedded to opt out of forward compatibility for this service.
# Type aliases
CreateRequestMultiError is an error wrapping multiple validation errors returned by CreateRequest.ValidateAll() if the designated constraints aren't met.
CreateResponseMultiError is an error wrapping multiple validation errors returned by CreateResponse.ValidateAll() if the designated constraints aren't met.
DeleteRequestMultiError is an error wrapping multiple validation errors returned by DeleteRequest.ValidateAll() if the designated constraints aren't met.
SendMessageRequestMultiError is an error wrapping multiple validation errors returned by SendMessageRequest.ValidateAll() if the designated constraints aren't met.