MCPcopy Create free account
hub / github.com/astercloud/aster / EventEmitterFunc

FuncType EventEmitterFunc

pkg/middleware/interface.go:19–19  ·  view source on GitHub ↗

EventEmitterFunc 事件发送函数类型 中间件可以通过此函数发送事件到 EventBus

func(event types.EventType)

Source from the content-addressed store, hash-verified

17// EventEmitterFunc 事件发送函数类型
18// 中间件可以通过此函数发送事件到 EventBus
19type EventEmitterFunc func(event types.EventType)
20
21// ModelRequest 模型请求
22type ModelRequest struct {

Callers 1

runModelStepMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected