Documentation ¶ Index ¶ func NewFlags() []cli.Flag type Chat func NewChat() (*Chat, error) func (c *Chat) Action(ctx *cli.Context) error func (c *Chat) After(ctx *cli.Context) error func (c *Chat) Run(arguments []string) error func (c *Chat) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewFlags ¶ func NewFlags() []cli.Flag Types ¶ type Chat ¶ type Chat struct { ID int16 sync.RWMutex // contains filtered or unexported fields } func NewChat ¶ func NewChat() (*Chat, error) func (*Chat) Action ¶ func (c *Chat) Action(ctx *cli.Context) error func (*Chat) After ¶ func (c *Chat) After(ctx *cli.Context) error func (*Chat) Run ¶ func (c *Chat) Run(arguments []string) error func (*Chat) Stop ¶ func (c *Chat) Stop() Source Files ¶ View all Source files chat.go options.go Click to show internal directories. Click to hide internal directories.