package
0.0.0-20230623124707-97c975bde1b2
Repository: https://github.com/satanaroom/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
ConnectChatRequestValidationError is the validation error returned by ConnectChatRequest.Validate if the designated constraints aren't met.
No description provided by the author
ConnectChatResponseValidationError is the validation error returned by ConnectChatResponse.Validate if the designated constraints aren't met.
No description provided by the author
CreateChatRequestValidationError is the validation error returned by CreateChatRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateChatResponseValidationError is the validation error returned by CreateChatResponse.Validate if the designated constraints aren't met.
No description provided by the author
MessageValidationError is the validation error returned by Message.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

No description provided by the author
No description provided by the author
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

ConnectChatRequestMultiError is an error wrapping multiple validation errors returned by ConnectChatRequest.ValidateAll() if the designated constraints aren't met.
ConnectChatResponseMultiError is an error wrapping multiple validation errors returned by ConnectChatResponse.ValidateAll() if the designated constraints aren't met.
CreateChatRequestMultiError is an error wrapping multiple validation errors returned by CreateChatRequest.ValidateAll() if the designated constraints aren't met.
CreateChatResponseMultiError is an error wrapping multiple validation errors returned by CreateChatResponse.ValidateAll() if the designated constraints aren't met.
MessageMultiError is an error wrapping multiple validation errors returned by Message.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.