Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AudioHandler ¶
type AudioHandler struct {
// contains filtered or unexported fields
}
func NewAudioHandler ¶
func NewAudioHandler(initiateDownloadUC usecase.InitialDownloadUseCase, getOperationStatusUC usecase.GetOperationStatusUseCase) *AudioHandler
func (*AudioHandler) GetOperationStatus ¶
func (h *AudioHandler) GetOperationStatus(c *gin.Context)
func (*AudioHandler) InitiateDownload ¶
func (h *AudioHandler) InitiateDownload(c *gin.Context)
type HealthHandler ¶
type HealthHandler struct {
// contains filtered or unexported fields
}
func NewHealthHandler ¶
func NewHealthHandler(cfg *config.Config) *HealthHandler
func (*HealthHandler) HealthCheckHandler ¶
func (h *HealthHandler) HealthCheckHandler(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.