You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Warnf("VirtualizationCopyTo does not implement")
return
}
Just use eru-cli to call send cmd line and it shows result is successful, but actually it fails cuz this method did not implement.
Maybe return an error would be better to avoid misleading successful message?
The text was updated successfully, but these errors were encountered:
* 1.Fix issue 328 by returning error.
2.Remove named return for better code readability.
3.Rename variable name colliding with import name.
* 1.Add ErrFunctionNotImplemented to handle error.
2.Add space between // and comments
* Add comment for exported function.
Co-authored-by: Jiabao Gu <jiabao.gu@shopee.com>
core/engine/virt/virt.go
Lines 185 to 189 in c5f33e0
Just use
eru-cli
to callsend
cmd line and it shows result is successful, but actually it fails cuz this method did not implement.Maybe return an error would be better to avoid misleading successful message?
The text was updated successfully, but these errors were encountered: