handlers

package
v0.0.0-...-265cb22 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2021 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpHandlerBase

type HttpHandlerBase struct {
	// contains filtered or unexported fields
}

func NewHttpHandler

func NewHttpHandler(
	logger *logger.ServiceLogger, config *config.ServiceConfig, repository interfaces.CarrierRepository,
	pushNotificationService *notification.PushNotificationService,
	apiResponseBuilder *contracts.ApiResponseBuilder) *HttpHandlerBase

func (*HttpHandlerBase) CreateCarrierHttpHandler

func (h *HttpHandlerBase) CreateCarrierHttpHandler(c echo.Context) error

func (*HttpHandlerBase) GetReadyToDeliveryCarriersHttpHandler

func (h *HttpHandlerBase) GetReadyToDeliveryCarriersHttpHandler(c echo.Context) error

func (*HttpHandlerBase) GetRejectedCarriersHttpHandler

func (h *HttpHandlerBase) GetRejectedCarriersHttpHandler(c echo.Context) error

func (*HttpHandlerBase) GetSuspendedCarriersHttpHandler

func (h *HttpHandlerBase) GetSuspendedCarriersHttpHandler(c echo.Context) error

func (*HttpHandlerBase) GetWaitingForApprovalCarriersHttpHandler

func (h *HttpHandlerBase) GetWaitingForApprovalCarriersHttpHandler(c echo.Context) error

func (*HttpHandlerBase) SendNotificationToAvailableCarriersAboutDeliveryHttpHandler

func (h *HttpHandlerBase) SendNotificationToAvailableCarriersAboutDeliveryHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateBankAccountHttpHandler

func (h *HttpHandlerBase) UpdateBankAccountHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateDocumentsHttpHandler

func (h *HttpHandlerBase) UpdateDocumentsHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateIdentityHttpHandler

func (h *HttpHandlerBase) UpdateIdentityHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateLocationHttpHandler

func (h *HttpHandlerBase) UpdateLocationHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateMediaHttpHandler

func (h *HttpHandlerBase) UpdateMediaHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateStatusAsReadyToDeliveryHttpHandler

func (h *HttpHandlerBase) UpdateStatusAsReadyToDeliveryHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateStatusAsRejectedHttpHandler

func (h *HttpHandlerBase) UpdateStatusAsRejectedHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateStatusAsSuspendedHttpHandler

func (h *HttpHandlerBase) UpdateStatusAsSuspendedHttpHandler(c echo.Context) error

func (*HttpHandlerBase) UpdateStatusAsWaitingForApprovalHttpHandler

func (h *HttpHandlerBase) UpdateStatusAsWaitingForApprovalHttpHandler(c echo.Context) error

Jump to

Keyboard shortcuts

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