package
0.0.0-20240331103334-230409c29884
Repository: https://github.com/mchekalov/chat-server.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterChatapiV1Handler registers the http handlers for service ChatapiV1 to "mux".
RegisterChatapiV1HandlerClient registers the http handlers for service ChatapiV1 to "mux".
RegisterChatapiV1HandlerFromEndpoint is same as RegisterChatapiV1Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterChatapiV1HandlerServer registers the http handlers for service ChatapiV1 to "mux".
No description provided by the author

# Variables

ChatapiV1_ServiceDesc is the grpc.ServiceDesc for ChatapiV1 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
MessageWrapValidationError is the validation error returned by MessageWrap.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.
UnimplementedChatapiV1Server must be embedded to have forward compatible implementations.

# Interfaces

ChatapiV1Client is the client API for ChatapiV1 service.
ChatapiV1Server is the server API for ChatapiV1 service.
UnsafeChatapiV1Server 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.
MessageWrapMultiError is an error wrapping multiple validation errors returned by MessageWrap.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.