feat 链路追踪
This commit is contained in:
8
module/module.go
Normal file
8
module/module.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package module
|
||||
|
||||
type Module interface {
|
||||
Init() error
|
||||
Start() error
|
||||
Stop() error
|
||||
Bind(data ...any) Module
|
||||
}
|
||||
Reference in New Issue
Block a user