Documentation ¶
Index ¶
- type Dao
- func (d *Dao) SobotAddReply(c context.Context, rp *sobot.ReplyParam) (err error)
- func (d *Dao) SobotAddTicket(c context.Context, tp *sobot.TicketParam) (err error)
- func (d *Dao) SobotTicketInfo(c context.Context, ticketID int32) (res json.RawMessage, err error)
- func (d *Dao) SobotTicketModify(c context.Context, tp *sobot.TicketParam) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
type Dao struct {
// contains filtered or unexported fields
}
Dao it
func (*Dao) SobotAddReply ¶
SobotAddReply add reply to sobot
func (*Dao) SobotAddTicket ¶
SobotAddTicket add ticket to sobot
func (*Dao) SobotTicketInfo ¶
SobotTicketInfo get ticket into
func (*Dao) SobotTicketModify ¶
SobotTicketModify modify ticket
Click to show internal directories.
Click to hide internal directories.