Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenFinishCreateCase ¶
TokenFinishCreateCase token finish create case command
func (*TokenFinishCreateCase) SendCommand ¶
func (testCase *TokenFinishCreateCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand send command function of tokenfinishcreatecase
type TokenFinishCreatePack ¶
type TokenFinishCreatePack struct {
types.BaseCasePack
}
TokenFinishCreatePack token finish create pack command
type TokenPreCreateCase ¶
TokenPreCreateCase token precreatecase command
func (*TokenPreCreateCase) SendCommand ¶
func (testCase *TokenPreCreateCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand defines send command function of tokenprecreatecase
type TokenPreCreatePack ¶
type TokenPreCreatePack struct {
types.BaseCasePack
}
TokenPreCreatePack defines token precreate package command
type TokenRevokeCase ¶
TokenRevokeCase token revoke case command
func (*TokenRevokeCase) SendCommand ¶
func (testCase *TokenRevokeCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand defines send command function of tokenrevokecase
type TokenRevokePack ¶
type TokenRevokePack struct {
types.BaseCasePack
}
TokenRevokePack token revoke pack command
Click to show internal directories.
Click to hide internal directories.