MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / Init

Method Init

user/module/imodule.go:20–20  ·  view source on GitHub ↗

Init 初始化

(context.Context, *log.Logger, config.IConfig)

Source from the content-addressed store, hash-verified

18type IModule interface {
19 // Init 初始化
20 Init(context.Context, *log.Logger, config.IConfig) error
21
22 // Name 获取当前module的名字
23 Name() string

Callers 6

InitMethod · 0.65
InitMethod · 0.65
InitMethod · 0.65
InitMethod · 0.65
BrkItFunction · 0.65
runFuncFunction · 0.65

Implementers 1

Moduleuser/module/imodule.go

Calls

no outgoing calls

Tested by

no test coverage detected