6 lines
75 B
Go
6 lines
75 B
Go
package imparse
|
|
|
|
type Checker interface {
|
|
CheckFrame(frame Frame) error
|
|
}
|