Versions in this module Expand all Collapse all v0 v0.1.0 Apr 21, 2016 Changes in this version + var RootCmd = &cobra.Command + func Execute() + type Addr struct + func (a *Addr) Set(value string) error + func (a *Addr) Type() string + func (a Addr) String() string + type GetCommand struct + RPCAddr string + func NewGetCommand() *GetCommand + func (c *GetCommand) Command() *cobra.Command + func (l *GetCommand) Execute(cmd *cobra.Command, args []string) error + type ListenCommand struct + Addr Addr + Remote Remote + Server ServerAddr + User string + func NewListenCommand() *ListenCommand + func (c *ListenCommand) Command() *cobra.Command + func (l *ListenCommand) Execute(cmd *cobra.Command, args []string) error + type Remote struct + func (r *Remote) Set(value string) error + func (r *Remote) Type() string + type ServerAddr struct + func (a *ServerAddr) Set(value string) error + func (a *ServerAddr) Type() string + type ServerCommand struct + Config *server.Config + ConfigFile string + LogFile string + LogLevel string + RPCAddr string + RPCServer *server.RPCServer + Server *server.Server + func NewServerCommand() *ServerCommand + func (c *ServerCommand) Command() *cobra.Command + func (c *ServerCommand) Execute(cmd *cobra.Command, args []string) error