graphvent/message.go

12 lines
132 B
Go

package graphvent
type SendMsg struct {
Dest NodeID
Signal Signal
}
type RecvMsg struct {
Source NodeID
Signal Signal
}