package
0.0.0-20241126035509-154a872f020a
Repository: https://github.com/blademainer/go-exercise.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterCurlServiceHandler registers the http handlers for service CurlService to "mux".
RegisterCurlServiceHandlerClient registers the http handlers for service CurlService to "mux".
RegisterCurlServiceHandlerFromEndpoint is same as RegisterCurlServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCurlServiceHandlerServer registers the http handlers for service CurlService to "mux".
No description provided by the author

# Structs

No description provided by the author
CurlRequestValidationError is the validation error returned by CurlRequest.Validate if the designated constraints aren't met.
No description provided by the author
ResponseValidationError is the validation error returned by Response.Validate if the designated constraints aren't met.
UnimplementedCurlServiceServer can be embedded to have forward compatible implementations.

# Interfaces

CurlServiceClient is the client API for CurlService service.
CurlServiceServer is the server API for CurlService service.