MCPcopy Create free account
hub / github.com/farseer-go/fs / FarseerPreInitializeModule

Interface FarseerPreInitializeModule

modules/farseerModule.go:10–14  ·  view source on GitHub ↗

FarseerPreInitializeModule 预初始化(常用于全局变量初始化)

Source from the content-addressed store, hash-verified

8
9// FarseerPreInitializeModule 预初始化(常用于全局变量初始化)
10type FarseerPreInitializeModule interface {
11 FarseerModule
12 // PreInitialize 预初始化
13 PreInitialize()
14}
15
16// FarseerInitializeModule 初始化(常用于根据配置设置初始化对象)
17type FarseerInitializeModule interface {

Callers 1

StartModulesFunction · 0.65

Implementers 2

FarseerKernelModulemodules/farseerKernelModule.go
healthCheck1Moduletest/healthCheck_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…