Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DoNewsCode/core
/ Module
Method
Module
di/module.go:11–11 ·
view source on GitHub ↗
Module returns a core module
()
Source
from the content-addressed store, hash-verified
9
type
Modular
interface
{
10
// Module returns a core module
11
Module()
interface
{}
12
}
13
14
// Deps is a set of providers grouped together. This is used by core.Provide
Callers
2
provide
Method · 0.65
Example
Function · 0.65
Implementers
9
m1
c_test.go
m2
c_test.go
RequestDurationSeconds
srvhttp/metrics.go
factoryOut
otredis/dependency.go
CronJobMetrics
cron/metrics.go
databaseOut
otgorm/dependency.go
RequestDurationSeconds
srvgrpc/metrics.go
factoryOut
otkafka/dependency.go
out
leader/dependency.go
Calls
no outgoing calls
Tested by
1
Example
Function · 0.52