Documentation ¶ Index ¶ func PublicDomain(app *cli.App) cli.Command type Add func (a *Add) Run(ctx *clicontext.CLIContext) error type Ls func (l *Ls) Customize(cmd *cli.Command) func (l *Ls) Run(ctx *clicontext.CLIContext) error type Rm func (r *Rm) Run(ctx *clicontext.CLIContext) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PublicDomain ¶ func PublicDomain(app *cli.App) cli.Command Types ¶ type Add ¶ type Add struct { } func (*Add) Run ¶ func (a *Add) Run(ctx *clicontext.CLIContext) error type Ls ¶ type Ls struct { } func (*Ls) Customize ¶ func (l *Ls) Customize(cmd *cli.Command) func (*Ls) Run ¶ func (l *Ls) Run(ctx *clicontext.CLIContext) error type Rm ¶ type Rm struct { } func (*Rm) Run ¶ func (r *Rm) Run(ctx *clicontext.CLIContext) error Source Files ¶ View all Source files add.go ls.go publicdomain.go rm.go Click to show internal directories. Click to hide internal directories.