MCPcopy
hub / github.com/hoanhan101/ultimate-go / notify

Method notify

go/language/embedding_4.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9// notifier is an interface that defined notification type behavior.
10type notifier interface {
11 notify()
12}
13
14// user defines a user in the program.

Callers 7

sendNotificationFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
sendNotificationFunction · 0.65
mainFunction · 0.65
sendNotificationFunction · 0.65

Implementers 2

usergo/language/interface_2.go
admingo/language/embedding_2.go

Calls

no outgoing calls

Tested by

no test coverage detected