Documentation ¶ Index ¶ type HotCmd func (c *HotCmd) Cmd(route string) (cmd interface{}, err error) func (c *HotCmd) Help() string func (c *HotCmd) Routes() []string type ViewCmd func (c *ViewCmd) Help() string func (c *ViewCmd) Run(ctx context.Context, args ...string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type HotCmd ¶ type HotCmd struct { *base.Base } func (*HotCmd) Cmd ¶ func (c *HotCmd) Cmd(route string) (cmd interface{}, err error) func (*HotCmd) Help ¶ func (c *HotCmd) Help() string func (*HotCmd) Routes ¶ func (c *HotCmd) Routes() []string type ViewCmd ¶ type ViewCmd struct { *base.Base Anchor beacon.Root `ask:"--anchor" help:"anchor root of subtree to view"` } func (*ViewCmd) Help ¶ func (c *ViewCmd) Help() string func (*ViewCmd) Run ¶ func (c *ViewCmd) Run(ctx context.Context, args ...string) error Source Files ¶ View all Source files hot.go view.go Click to show internal directories. Click to hide internal directories.