MCPcopy Index your code
hub / github.com/goinaction/code / notify

Method notify

chapter5/listing36/listing36.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 6

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

Implementers 8

userchapter5/listing50/listing50.go
userchapter5/listing56/listing56.go
userchapter5/listing48/listing48.go
adminchapter5/listing48/listing48.go
userchapter5/listing60/listing60.go
adminchapter5/listing60/listing60.go
userchapter5/listing11/listing11.go
userchapter5/listing36/listing36.go

Calls

no outgoing calls

Tested by

no test coverage detected