removed ServerPluginInterface
This commit is contained in:
parent
42fec28a0e
commit
22542537bf
@ -142,12 +142,6 @@ type ServerRoute struct {
|
|||||||
stop_req atomic.Bool
|
stop_req atomic.Bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type ServerPluginInterface interface {
|
|
||||||
ModifyResponse(w http.ResponseWriter, r *http.Request)
|
|
||||||
Init(server *Server)
|
|
||||||
Cleanup()
|
|
||||||
}
|
|
||||||
|
|
||||||
type GuardedPacketStreamServer struct {
|
type GuardedPacketStreamServer struct {
|
||||||
mtx sync.Mutex
|
mtx sync.Mutex
|
||||||
//pss Hodu_PacketStreamServer
|
//pss Hodu_PacketStreamServer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user