package
0.0.0-20220923225617-3b9ec853f63a
Repository: https://github.com/gunk/gunk-example-server.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
RegisterCountriesHandler registers the http handlers for service Countries to "mux".
RegisterCountriesHandlerClient registers the http handlers for service Countries to "mux".
RegisterCountriesHandlerFromEndpoint is same as RegisterCountriesHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCountriesHandlerServer registers the http handlers for service Countries to "mux".
No description provided by the author
RegisterUtilHandler registers the http handlers for service Util to "mux".
RegisterUtilHandlerClient registers the http handlers for service Util to "mux".
RegisterUtilHandlerFromEndpoint is same as RegisterUtilHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUtilHandlerServer registers the http handlers for service Util 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

Countries_ServiceDesc is the grpc.ServiceDesc for Countries service.
No description provided by the author
Enum value maps for Status.
Enum value maps for Status.
Swagger is the embedded swagger definition.
Util_ServiceDesc is the grpc.ServiceDesc for Util service.

# Structs

CheckStatusResponse is the server health status response.
Country contains country information.
GetCountriesRequest is the get countries request.
GetCountriesResponse is the get countries response.
Message is a echo message.
UnimplementedCountriesServer must be embedded to have forward compatible implementations.
UnimplementedUtilServer must be embedded to have forward compatible implementations.

# Interfaces

CountriesClient is the client API for Countries service.
CountriesServer is the server API for Countries service.
UnsafeCountriesServer may be embedded to opt out of forward compatibility for this service.
UnsafeUtilServer may be embedded to opt out of forward compatibility for this service.
UtilClient is the client API for Util service.
UtilServer is the server API for Util service.

# Type aliases

Status is a server health status.