(executor *executor, data *types.BlockDetail)
| 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 | |
| 23 | var globalPlugins = make(map[string]plugin) |
no outgoing calls