mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 20:37:40 +03:00
5 lines
66 B
Go
5 lines
66 B
Go
package replay
|
|
|
|
type Filter interface {
|
|
Check(sum []byte) bool
|
|
}
|