MCPcopy Create free account
hub / github.com/Monibuca/engine / Plugin

Interface Plugin

config/config.go:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37var regexpType = reflect.TypeOf(Regexp{})
38
39type Plugin interface {
40 // 可能的入参类型:FirstConfig 第一次初始化配置,Config 后续配置更新,SE系列(StateEvent)流状态变化事件
41 OnEvent(any)
42}
43
44type TCPPlugin interface {
45 Plugin

Callers

nothing calls this directly

Implementers 4

TSPublisherpublisher-ts.go
IOio.go
Subscribersubscriber.go
Engineconfig/types.go

Calls

no outgoing calls

Tested by

no test coverage detected