Beispiel #1
0
func cmdDestroyImage(img *jetpack.Image) error {
	return errors.Trace(img.Destroy())
}