package
1.4.1
Repository: https://github.com/leetm4n/nats-proto-rpc-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

GetMessageRequest is the request for GetMessage.
GetMessageRequestValidationError is the validation error returned by GetMessageRequest.Validate if the designated constraints aren't met.
GetMessageResponse is the response of GetMessage.
GetMessageResponseValidationError is the validation error returned by GetMessageResponse.Validate if the designated constraints aren't met.
SendMessageRequest is the request for SendMessage.
SendMessageRequestValidationError is the validation error returned by SendMessageRequest.Validate if the designated constraints aren't met.
SendMessageResponse is the response of SendMessage.
SendMessageResponseValidationError is the validation error returned by SendMessageResponse.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
TestServiceHandler should be implemented.

# Type aliases

GetMessageRequestMultiError is an error wrapping multiple validation errors returned by GetMessageRequest.ValidateAll() if the designated constraints aren't met.
GetMessageResponseMultiError is an error wrapping multiple validation errors returned by GetMessageResponse.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.
SendMessageResponseMultiError is an error wrapping multiple validation errors returned by SendMessageResponse.ValidateAll() if the designated constraints aren't met.