Documentation ¶ Index ¶ type Checker func NewDirectChecker(ruleMgr *rulemgr.RuleMgr, appchainMgr *appchain.Manager) Checker type DirectChecker func (c *DirectChecker) Check(ibtp *pb.IBTP) error type MockChecker func (ck *MockChecker) Check(ibtp *pb.IBTP) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Checker ¶ type Checker interface { Check(ibtp *pb.IBTP) error } func NewDirectChecker ¶ func NewDirectChecker(ruleMgr *rulemgr.RuleMgr, appchainMgr *appchain.Manager) Checker type DirectChecker ¶ type DirectChecker struct { // contains filtered or unexported fields } func (*DirectChecker) Check ¶ func (c *DirectChecker) Check(ibtp *pb.IBTP) error type MockChecker ¶ type MockChecker struct { } func (*MockChecker) Check ¶ func (ck *MockChecker) Check(ibtp *pb.IBTP) error Source Files ¶ View all Source files checker.godirect_checker.gointerface.go Click to show internal directories. Click to hide internal directories.