package
0.0.0-20220106072424-312ee99d3cf3
Repository: https://github.com/gauge2009/micro-golang.git
Documentation: pkg.go.dev
# Functions
LoggingMiddleware make logging middleware.
MakeHealthCheckEndpoint 创建健康检查Endpoint.
MakeHttpHandler make http handler use mux.
MakeStringEndpoint make endpoint.
No description provided by the author
# Constants
Service constants.
# Variables
No description provided by the author
Service errors.
No description provided by the author
Service errors.
# Structs
HealthRequest 健康检查请求结构.
HealthResponse 健康检查响应结构.
CalculateEndpoint define endpoint.
StringRequest define request struct.
StringResponse define response struct.
ArithmeticService implement Service interface.
# Interfaces
Service Define a service interface.
# Type aliases
ServiceMiddleware define service middleware.