Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Module provided to fxlog // https://uber-go.github.io/fx/modules.html Module = fx.Module( "customechofx", echoProviders, echoInvokes, ) )
Functions ¶
func NewEchoHttpServer ¶
func NewEchoHttpServer( config *config.EchoHttpOptions, logger logger.Logger, meter metric.Meter, ) contracts.EchoHttpServer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.