Documentation ¶
Index ¶
- func GetName() string
- func Init(name string, sub []byte)
- func IsSuperManager(addr string) bool
- type Action
- type Manage
- 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 ¶
func IsSuperManager ¶
Types ¶
type Manage ¶
type Manage struct {
drivers.DriverBase
}
func (*Manage) ExecDelLocal_Modify ¶
func (c *Manage) ExecDelLocal_Modify(transfer *types.ModifyConfig, tx *types.Transaction, receipt *types.ReceiptData, index int) (*types.LocalDBSet, error)
func (*Manage) ExecLocal_Modify ¶
func (c *Manage) ExecLocal_Modify(transfer *types.ModifyConfig, tx *types.Transaction, receipt *types.ReceiptData, index int) (*types.LocalDBSet, error)
func (*Manage) Exec_Modify ¶
func (c *Manage) Exec_Modify(manageAction *types.ModifyConfig, tx *types.Transaction, index int) (*types.Receipt, error)
func (*Manage) GetDriverName ¶
Click to show internal directories.
Click to hide internal directories.