feudal/message/router.go

8 lines
147 B
Go
Raw Normal View History

2024-04-04 19:43:46 +00:00
// Copyright 2024 Matthew Rich <matthewrich.conf@gmail.com>. All rights reserved.
package message
type Router interface {
Route(m Envelope)
}