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

Method Name

pkg/asteros/interface.go:25–25  ·  view source on GitHub ↗

Name 返回 Interface 名称

()

Source from the content-addressed store, hash-verified

23type Interface interface {
24 // Name 返回 Interface 名称
25 Name() string
26
27 // Type 返回 Interface 类型
28 Type() InterfaceType

Callers 9

AddInterfaceMethod · 0.65
notifyAgentRegisteredMethod · 0.65
notifyRoomRegisteredMethod · 0.65
ListAllMethod · 0.65
TestNewFunction · 0.65
OnWorkflowRegisteredMethod · 0.65
OnWorkflowRegisteredMethod · 0.65
OnWorkflowRegisteredMethod · 0.65

Implementers 2

BaseInterfacepkg/asteros/interface.go
TestInterfacepkg/asteros/asteros_test.go

Calls

no outgoing calls

Tested by 1

TestNewFunction · 0.52