package
1.0.7
Repository: https://github.com/skema-dev/skema-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterTestHandler registers the http handlers for service Test to "mux".
RegisterTestHandlerClient registers the http handlers for service Test to "mux".
RegisterTestHandlerFromEndpoint is same as RegisterTestHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterTestHandlerServer registers the http handlers for service Test to "mux".
No description provided by the author

# Variables

No description provided by the author
Test_ServiceDesc is the grpc.ServiceDesc for Test service.

# Structs

No description provided by the author
HealthcheckRequestValidationError is the validation error returned by HealthcheckRequest.Validate if the designated constraints aren't met.
No description provided by the author
HealthcheckResponseValidationError is the validation error returned by HealthcheckResponse.Validate if the designated constraints aren't met.
No description provided by the author
HelloReplyValidationError is the validation error returned by HelloReply.Validate if the designated constraints aren't met.
No description provided by the author
HelloRequestValidationError is the validation error returned by HelloRequest.Validate if the designated constraints aren't met.
UnimplementedTestServer must be embedded to have forward compatible implementations.

# Interfaces

TestClient is the client API for Test service.
TestServer is the server API for Test service.
UnsafeTestServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

HealthcheckRequestMultiError is an error wrapping multiple validation errors returned by HealthcheckRequest.ValidateAll() if the designated constraints aren't met.
HealthcheckResponseMultiError is an error wrapping multiple validation errors returned by HealthcheckResponse.ValidateAll() if the designated constraints aren't met.
HelloReplyMultiError is an error wrapping multiple validation errors returned by HelloReply.ValidateAll() if the designated constraints aren't met.
HelloRequestMultiError is an error wrapping multiple validation errors returned by HelloRequest.ValidateAll() if the designated constraints aren't met.