Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
type
IModule
interface
{
19
// Init 初始化
20
Init(context.Context, *log.Logger, config.IConfig) error
21
22
// Name 获取当前module的名字
23
Name() string
Callers
6
Init
Method · 0.65
Init
Method · 0.65
Init
Method · 0.65
Init
Method · 0.65
BrkIt
Function · 0.65
runFunc
Function · 0.65
Implementers
1
Module
user/module/imodule.go
Calls
no outgoing calls
Tested by
no test coverage detected