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

Interface FarseerPostInitializeModule

modules/farseerModule.go:24–28  ·  view source on GitHub ↗

FarseerPostInitializeModule 初始化之后(常用于启动协程服务)

Source from the content-addressed store, hash-verified

22
23// FarseerPostInitializeModule 初始化之后(常用于启动协程服务)
24type FarseerPostInitializeModule interface {
25 FarseerModule
26 // PostInitialize 初始化之后
27 PostInitialize()
28}
29
30// FarseerShutdownModule 应用关闭之前先关闭模块
31type FarseerShutdownModule interface {

Callers 1

StartModulesFunction · 0.65

Implementers 1

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…