FarseerPostInitializeModule 初始化之后(常用于启动协程服务)
| 22 | |
| 23 | // FarseerPostInitializeModule 初始化之后(常用于启动协程服务) |
| 24 | type FarseerPostInitializeModule interface { |
| 25 | FarseerModule |
| 26 | // PostInitialize 初始化之后 |
| 27 | PostInitialize() |
| 28 | } |
| 29 | |
| 30 | // FarseerShutdownModule 应用关闭之前先关闭模块 |
| 31 | type FarseerShutdownModule interface { |
no outgoing calls
no test coverage detected
searching dependent graphs…