refactor: add Original to interface

This commit is contained in:
Derrick Hammer 2024-01-09 12:50:52 -05:00
parent 185d0636ef
commit 316e3cddb0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ type IncomingMessage interface {
IncomingMessage() IncomingMessage
Self() IncomingMessage
SetSelf(self IncomingMessage)
Original() []byte
Kind() int
msgpack.CustomDecoder
}