コード例 #1
0
ファイル: image.go プロジェクト: sdoumbouya/jetpack
func cmdDestroyImage(img *jetpack.Image) error {
	return errors.Trace(img.Destroy())
}