MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / INotifyEvent

Interface INotifyEvent

client/event/impl.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package event
2
3type INotifyEvent interface {
4 From() uint32
5 Content() string
6}

Callers

nothing calls this directly

Implementers 2

FriendPokeEventclient/event/friend.go
GroupPokeEventclient/event/group.go

Calls

no outgoing calls

Tested by

no test coverage detected