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
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
imageservice: Don't hide error in Extract functions
The following functions where returning a
decoded result and the error of the decoding
operation without checking if the original
result contains an error already:
func (c CreateResult) Extract() (*Image, error)
func (c GetResult) Extract() (*Image, error)
func (u UpdateResult) Extract() (*Image, error)
Signed-off-by: Alberto Murillo <[email protected]>
0 commit comments