Documentation ¶
Index ¶
- func NewCommand() *cli.Command
- func Run(ctx *cli.Context) error
- type Handler
- func (c *Handler) OnClose(socket *gws.Conn, err error)
- func (c *Handler) OnMessage(socket *gws.Conn, message *gws.Message)
- func (c *Handler) OnOpen(socket *gws.Conn)
- func (c *Handler) OnPing(socket *gws.Conn, payload []byte)
- func (c *Handler) OnPong(socket *gws.Conn, payload []byte)
- func (c *Handler) SelectURL() string
- func (c *Handler) ShowProgress()
- type Params
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand() *cli.Command
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) ShowProgress ¶
func (c *Handler) ShowProgress()
Click to show internal directories.
Click to hide internal directories.