This commit is contained in:
2022-03-17 15:54:23 +08:00
commit 437c38533d
25 changed files with 6943 additions and 0 deletions

5
checker.go Normal file
View File

@@ -0,0 +1,5 @@
package imparse
type Checker interface {
CheckFrame(frame Frame) error
}