removed ServerPluginInterface

This commit is contained in:
hyung-hwan 2025-01-14 01:42:22 +09:00
parent 42fec28a0e
commit 22542537bf

View File

@ -142,12 +142,6 @@ type ServerRoute struct {
stop_req atomic.Bool
}
type ServerPluginInterface interface {
ModifyResponse(w http.ResponseWriter, r *http.Request)
Init(server *Server)
Cleanup()
}
type GuardedPacketStreamServer struct {
mtx sync.Mutex
//pss Hodu_PacketStreamServer