Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chatwork ¶
type Chatwork struct { ApiToken string RoomId string Site string Logger func() *logrus.Entry Messages strings.Builder }
func NewChatwork ¶
func (*Chatwork) AddMessage ¶
func (*Chatwork) Send ¶
func (c *Chatwork) Send()
Send メッセージを送信する https://developer.chatwork.com/ja/endpoint_rooms.html#POST-rooms-room_id-messages エラーが起きても問題ないので、エラーはログに出力するだけ
Click to show internal directories.
Click to hide internal directories.