1.4.5.2
This commit is contained in:
10
EdgeNode/internal/http3/notifier.go
Normal file
10
EdgeNode/internal/http3/notifier.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
//go:build plus
|
||||
|
||||
package http3
|
||||
|
||||
type Notifier interface {
|
||||
ReadBytes(size int)
|
||||
WriteBytes(size int)
|
||||
Close()
|
||||
}
|
||||
Reference in New Issue
Block a user