handler

package
v0.0.0-...-3d1b5a8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobHandler

type JobHandler interface {
	HandleGetJobStatus(*gin.Context)
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL