Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Get ¶
type List ¶
type List struct {
Count bool `name:"count" short:"c" default:"false" help:"Return number of results"`
}
type Mod ¶
type Mod struct { Get Get `cmd:"" aliases:"g" help:"List functions and information of a module"` Delete Delete `cmd:"" aliases:"d,rm" help:"Delete a module"` Update Update `cmd:"" aliases:"u,up" help:"Update the name of a module"` Create Create `cmd:"" aliases:"c" help:"Create a new module"` List List `cmd:"" aliases:"l,ls" help:"List all modules"` Host string `short:"H" help:"API host/port of the platform (no protocol)"` }
Click to show internal directories.
Click to hide internal directories.