Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2015 Changes in this version + var ChatworkDomain string = "chatwork.com" + var IDLength = 9 + func CmdAll(c *cli.Context) + func CmdRoom(c *cli.Context) + func CmdSend(c *cli.Context) + func CmdWatch(c *cli.Context) + func NewWatchAPI(duration int) (*watchAPI, error) + type RoomMessages struct + Messages []chatwork.Message + Name string + type Rooms []chatwork.Room + func (r Rooms) Len() int + func (r Rooms) Less(i, j int) bool + func (r Rooms) Swap(i, j int)