mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
change internals to internal
This commit is contained in:
7
internal/framing/framer.go
Normal file
7
internal/framing/framer.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package framing
|
||||
|
||||
type Framer interface {
|
||||
Decode([]byte) [][]byte
|
||||
Encode([]byte) []byte
|
||||
Clear()
|
||||
}
|
||||
Reference in New Issue
Block a user