Documentation
¶
Overview ¶
* @FilePath: /sxwz-bot/internal/data/data.go * @Author: maggot-code * @Date: 2023-09-19 04:51:51 * @LastEditors: maggot-code * @LastEditTime: 2023-09-19 07:18:32 * @Description:
* @FilePath: /sxwz-bot/internal/data/message.go * @Author: maggot-code * @Date: 2023-09-19 04:53:14 * @LastEditors: maggot-code * @LastEditTime: 2023-09-19 07:30:27 * @Description:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewData, NewCommandStore, NewMessageRepo)
Functions ¶
func NewMessageRepo ¶
func NewMessageRepo(data *Data, cs *CommandStore) biz.MessageRepo
Types ¶
type CareerContent ¶
type CareerContent struct {
// contains filtered or unexported fields
}
type CommandStore ¶
type CommandStore struct {
// contains filtered or unexported fields
}
func NewCommandStore ¶
func NewCommandStore(c *conf.Bootstrap, gw *gateway.Gateway) *CommandStore
func (*CommandStore) CareerData ¶
func (cs *CommandStore) CareerData(data *dto.WSATMessageData) error
func (*CommandStore) NoneCommand ¶
func (cs *CommandStore) NoneCommand(data *dto.WSATMessageData) error
Click to show internal directories.
Click to hide internal directories.