Documentation
¶
Overview ¶
* @FilePath: /sxwz-bot/internal/gateway/gateway.go * @Author: maggot-code * @Date: 2023-09-18 10:16:19 * @LastEditors: maggot-code * @LastEditTime: 2023-09-19 07:36:26 * @Description:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewGateway)
Functions ¶
This section is empty.
Types ¶
type Gateway ¶
type Gateway struct {
// contains filtered or unexported fields
}
func NewGateway ¶
func (*Gateway) PostMessage ¶
func (gw *Gateway) PostMessage(channelID string, msg *dto.MessageToCreate) error
Click to show internal directories.
Click to hide internal directories.