(executor *executor, data *types.BlockDetail)
| 17 | type plugin interface { |
| 18 | CheckEnable(executor *executor, enable bool) (kvs []*types.KeyValue, ok bool, err error) |
| 19 | ExecLocal(executor *executor, data *types.BlockDetail) ([]*types.KeyValue, error) |
| 20 | ExecDelLocal(executor *executor, data *types.BlockDetail) ([]*types.KeyValue, error) |
| 21 | } |
| 22 |
no outgoing calls