Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportImageCmd ¶
type ImportImageCmd struct {
Public bool
Name string
Note string
PublicName string
PublicNote string
OsRefCode string
Uri string
Id int
Uuid string
// contains filtered or unexported fields
}
func NewImportImageCmd ¶
func (*ImportImageCmd) CheckOptions ¶
func (cmd *ImportImageCmd) CheckOptions() error
func (*ImportImageCmd) Options ¶
func (cmd *ImportImageCmd) Options() common.Options
func (*ImportImageCmd) Printf ¶
func (cmd *ImportImageCmd) Printf(msg string, a ...interface{}) (int, error)
func (*ImportImageCmd) Println ¶
func (cmd *ImportImageCmd) Println(a ...interface{}) (int, error)
func (*ImportImageCmd) Run ¶
func (cmd *ImportImageCmd) Run() error
Click to show internal directories.
Click to hide internal directories.