package
0.0.0-20241011153420-5f2c36d6d44b
Repository: https://github.com/t34-dev/go-svc-starter.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
RegisterCommonV1Handler registers the http handlers for service CommonV1 to "mux".
RegisterCommonV1HandlerClient registers the http handlers for service CommonV1 to "mux".
RegisterCommonV1HandlerFromEndpoint is same as RegisterCommonV1Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCommonV1HandlerServer registers the http handlers for service CommonV1 to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
CommonV1_ServiceDesc is the grpc.ServiceDesc for CommonV1 service.
No description provided by the author
Enum value maps for LongOperationResponse_Status.
Enum value maps for LongOperationResponse_Status.
# Structs
No description provided by the author
LongOperationRequestValidationError is the validation error returned by LongOperationRequest.Validate if the designated constraints aren't met.
No description provided by the author
LongOperationResponseValidationError is the validation error returned by LongOperationResponse.Validate if the designated constraints aren't met.
No description provided by the author
PostRequestValidationError is the validation error returned by PostRequest.Validate if the designated constraints aren't met.
No description provided by the author
PostResponseValidationError is the validation error returned by PostResponse.Validate if the designated constraints aren't met.
No description provided by the author
TimeRequestValidationError is the validation error returned by TimeRequest.Validate if the designated constraints aren't met.
No description provided by the author
TimeResponseValidationError is the validation error returned by TimeResponse.Validate if the designated constraints aren't met.
UnimplementedCommonV1Server must be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
No description provided by the author
CommonV1Client is the client API for CommonV1 service.
CommonV1Server is the server API for CommonV1 service.
UnsafeCommonV1Server may be embedded to opt out of forward compatibility for this service.
# Type aliases
LongOperationRequestMultiError is an error wrapping multiple validation errors returned by LongOperationRequest.ValidateAll() if the designated constraints aren't met.
No description provided by the author
LongOperationResponseMultiError is an error wrapping multiple validation errors returned by LongOperationResponse.ValidateAll() if the designated constraints aren't met.
PostRequestMultiError is an error wrapping multiple validation errors returned by PostRequest.ValidateAll() if the designated constraints aren't met.
PostResponseMultiError is an error wrapping multiple validation errors returned by PostResponse.ValidateAll() if the designated constraints aren't met.
TimeRequestMultiError is an error wrapping multiple validation errors returned by TimeRequest.ValidateAll() if the designated constraints aren't met.
TimeResponseMultiError is an error wrapping multiple validation errors returned by TimeResponse.ValidateAll() if the designated constraints aren't met.