Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
29
type
HTTPProvider
interface
{
30
ProvideHTTP(router *mux.Router)
31
}
32
33
// GRPCProvider provides gRPC services.
Callers
3
applyRouter
Function · 0.65
TestDebugModule
Function · 0.65
Example_modules
Function · 0.65
Implementers
5
HealthCheckModule
srvhttp/healthcheck.go
DebugModule
srvhttp/debug.go
MetricsModule
srvhttp/metrics.go
DocsModule
srvhttp/docs.go
ServerModule
leader/example_server_test.go
Calls
no outgoing calls
Tested by
2
TestDebugModule
Function · 0.52
Example_modules
Function · 0.52