This commit is contained in:
parent
ca2f3060db
commit
c9c32349f2
7
proxy/exchange.go
Normal file
7
proxy/exchange.go
Normal file
@ -0,0 +1,7 @@
|
||||
package proxy
|
||||
|
||||
type Exchange interface {
|
||||
Complete() bool
|
||||
Initial() (out []byte, err error)
|
||||
Handle(in []byte) (out []byte, data []byte, err error)
|
||||
}
|
Loading…
Reference in New Issue
Block a user