working commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user