MCPcopy Index your code
hub / github.com/DoNewsCode/core / ProvideHTTP

Method ProvideHTTP

module_contract.go:30–30  ·  view source on GitHub ↗
(router *mux.Router)

Source from the content-addressed store, hash-verified

28// HTTPProvider provides http services.
29type HTTPProvider interface {
30 ProvideHTTP(router *mux.Router)
31}
32
33// GRPCProvider provides gRPC services.

Callers 3

applyRouterFunction · 0.65
TestDebugModuleFunction · 0.65
Example_modulesFunction · 0.65

Implementers 5

HealthCheckModulesrvhttp/healthcheck.go
DebugModulesrvhttp/debug.go
MetricsModulesrvhttp/metrics.go
DocsModulesrvhttp/docs.go
ServerModuleleader/example_server_test.go

Calls

no outgoing calls

Tested by 2

TestDebugModuleFunction · 0.52
Example_modulesFunction · 0.52