init
This commit is contained in:
5
checker.go
Normal file
5
checker.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package imparse
|
||||
|
||||
type Checker interface {
|
||||
CheckFrame(frame Frame) error
|
||||
}
|
||||
Reference in New Issue
Block a user