Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransferCase ¶
type TransferCase struct { BaseCase From string `toml:"from"` To string `toml:"to"` Amount string `toml:"amount"` }
func (*TransferCase) SendCommand ¶
func (testCase *TransferCase) SendCommand(packID string) (PackFunc, error)
type TransferPack ¶
type TransferPack struct {
BaseCasePack
}
func (*TransferPack) GetCheckHandlerMap ¶
func (pack *TransferPack) GetCheckHandlerMap() interface{}
type WithdrawCase ¶
func (*WithdrawCase) SendCommand ¶
func (testCase *WithdrawCase) SendCommand(packID string) (PackFunc, error)
type WithdrawPack ¶
type WithdrawPack struct {
BaseCasePack
}
func (*WithdrawPack) GetCheckHandlerMap ¶
func (pack *WithdrawPack) GetCheckHandlerMap() interface{}
Click to show internal directories.
Click to hide internal directories.