Documentation ¶
Overview ¶
Package executor 管理插件执行器
Index ¶
- func GetName() string
- func Init(name string, sub []byte)
- func IsSuperManager(addr string) bool
- type Action
- type Manage
- func (c *Manage) CheckReceiptExecOk() bool
- func (c *Manage) CheckTx(tx *types.Transaction, index int) error
- func (c *Manage) ExecDelLocal_Modify(transfer *types.ModifyConfig, tx *types.Transaction, ...) (*types.LocalDBSet, error)
- func (c *Manage) ExecLocal_Modify(transfer *types.ModifyConfig, tx *types.Transaction, ...) (*types.LocalDBSet, error)
- func (c *Manage) Exec_Modify(manageAction *types.ModifyConfig, tx *types.Transaction, index int) (*types.Receipt, error)
- func (c *Manage) GetDriverName() string
- func (c *Manage) Query_GetConfigItem(in *types.ReqString) (types.Message, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manage ¶
type Manage struct {
drivers.DriverBase
}
Manage defines Manage object
func (*Manage) CheckReceiptExecOk ¶
CheckReceiptExecOk return true to check if receipt ty is ok
func (*Manage) CheckTx ¶
func (c *Manage) CheckTx(tx *types.Transaction, index int) error
CheckTx checkout transaction
func (*Manage) ExecDelLocal_Modify ¶
func (c *Manage) ExecDelLocal_Modify(transfer *types.ModifyConfig, tx *types.Transaction, receipt *types.ReceiptData, index int) (*types.LocalDBSet, error)
ExecDelLocal_Modify defines execdellocal modify func
func (*Manage) ExecLocal_Modify ¶
func (c *Manage) ExecLocal_Modify(transfer *types.ModifyConfig, tx *types.Transaction, receipt *types.ReceiptData, index int) (*types.LocalDBSet, error)
ExecLocal_Modify defines execlocal modify func
func (*Manage) Exec_Modify ¶
func (c *Manage) Exec_Modify(manageAction *types.ModifyConfig, tx *types.Transaction, index int) (*types.Receipt, error)
Exec_Modify modify exec
func (*Manage) GetDriverName ¶
GetDriverName return a drivername
Click to show internal directories.
Click to hide internal directories.