working commit

This commit is contained in:
2026-02-02 18:10:45 +02:00
parent 41e1b253f7
commit 042d75cc2d
9 changed files with 214 additions and 264 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package main
import (
"mstore/pkg/client"
"github.com/spf13/cobra"
)
@@ -74,7 +76,7 @@ type ImageInfoParams struct {
}
type ImageInfoResult struct {
ImageInfo ImageDescr `json:"imageInfo"`
ImageInfo *client.ImageDescr `json:"imageInfo"`
}
func (util *ImageUtil) ImageInfo(cmd *cobra.Command, args []string) {