package
0.0.0-20240419063012-412575654498
Repository: https://github.com/anthonycorbacho/workspace.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
RegisterSampleAppHandler registers the http handlers for service SampleApp to "mux".
RegisterSampleAppHandlerClient registers the http handlers for service SampleApp to "mux".
RegisterSampleAppHandlerFromEndpoint is same as RegisterSampleAppHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterSampleAppHandlerServer registers the http handlers for service SampleApp to "mux".
No description provided by the author
# Variables
No description provided by the author
SampleApp_ServiceDesc is the grpc.ServiceDesc for SampleApp service.
# 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
DeleteResponseValidationError is the validation error returned by DeleteResponse.Validate if the designated constraints aren't met.
No description provided by the author
FetchRequestValidationError is the validation error returned by FetchRequest.Validate if the designated constraints aren't met.
No description provided by the author
FetchResponseValidationError is the validation error returned by FetchResponse.Validate if the designated constraints aren't met.
UnimplementedSampleAppServer must be embedded to have forward compatible implementations.
# Interfaces
SampleAppClient is the client API for SampleApp service.
SampleAppServer is the server API for SampleApp service.
UnsafeSampleAppServer 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.
DeleteResponseMultiError is an error wrapping multiple validation errors returned by DeleteResponse.ValidateAll() if the designated constraints aren't met.
FetchRequestMultiError is an error wrapping multiple validation errors returned by FetchRequest.ValidateAll() if the designated constraints aren't met.
FetchResponseMultiError is an error wrapping multiple validation errors returned by FetchResponse.ValidateAll() if the designated constraints aren't met.