Commit bf9a4e38 authored by 任硕's avatar 任硕 Committed by linj

unfreeze

parent 4b5873d9
......@@ -40,15 +40,3 @@ func GetName() string {
func (u *Unfreeze) GetDriverName() string {
return driverName
}
func (u *Unfreeze) GetPayloadValue() types.Message {
return &uf.UnfreezeAction{}
}
func (u *Unfreeze) GetTypeMap() map[string]int32 {
return map[string]int32{
"Create": uf.UnfreezeActionCreate,
"Withdraw": uf.UnfreezeActionWithdraw,
"Terminate": uf.UnfreezeActionTerminate,
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment