Versions in this module Expand all Collapse all v0 v0.1.0 Jun 8, 2015 Changes in this version + type CopyOptions struct + ImageID int + SourceRegions []string + type DeleteOptions struct + ImageIds []int + type DoCommand struct + func NewCommand(args []string) (*DoCommand, []string, error) + func (d *DoCommand) Copy(args []string) error + func (d *DoCommand) Delete(args []string) error + func (d *DoCommand) Help(command string) string + func (d *DoCommand) List(args []string) error + func (d *DoCommand) Modify(args []string) error + type DoConfig struct + Token string + type DoImages struct + func New(conf *DoConfig) (*DoImages, error) + func (d *DoImages) CopyImages(opts *CopyOptions) error + func (d *DoImages) DeleteImages(opts *DeleteOptions) error + func (d *DoImages) RenameImages(opts *RenameOptions) error + func (d *DoImages) UserImages() (Images, error) + type Images []godo.Image + func (i Images) Print(mode utils.OutputMode) error + type RenameOptions struct + ImageIds []int + Name string