package checker import "gitlab.33.cn/link33/sidecar/model/pb" type Checker interface { Check(ibtp *pb.IBTP) error }