Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobHandler ¶
func NewJobHandlerImpl ¶
func NewJobHandlerImpl() JobHandler
type JobHandlerImpl ¶
type JobHandlerImpl struct{}
func (JobHandlerImpl) HandleGetJobStatus ¶
func (jh JobHandlerImpl) HandleGetJobStatus(ctx *gin.Context)
type ReplyHandler ¶
type ReplyHandler interface { HandleTwitterGetCrcToken(*gin.Context) HandleTwitterPostWebhook(*gin.Context) }
func NewReplyHandlerImpl ¶
func NewReplyHandlerImpl(replyUseCase usecase.ReplyUseCase) ReplyHandler
type ReplyHandlerImpl ¶
type ReplyHandlerImpl struct {
ReplyUseCase usecase.ReplyUseCase
}
func (ReplyHandlerImpl) HandleTwitterGetCrcToken ¶
func (th ReplyHandlerImpl) HandleTwitterGetCrcToken(ctx *gin.Context)
func (ReplyHandlerImpl) HandleTwitterPostWebhook ¶
func (th ReplyHandlerImpl) HandleTwitterPostWebhook(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.