Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnection ¶
Types ¶
type ExternalPayment ¶
type ExternalPayment struct { }
func NewExternalPayment ¶
func NewExternalPayment() *ExternalPayment
func (*ExternalPayment) CreateQRCode ¶
func (e *ExternalPayment) CreateQRCode(p entity.Payment) (response_payment_service.CreateQRCode, error)
type SqsService ¶
type SqsService struct{}
func NewSqsService ¶
func NewSqsService() *SqsService
func (*SqsService) DeleteMessage ¶
func (s *SqsService) DeleteMessage(queueURL string, receiptHandle string) error
func (*SqsService) ReceiveMessage ¶
func (s *SqsService) ReceiveMessage(queueURL string) (*types.Message, error)
func (*SqsService) SendMessage ¶
func (s *SqsService) SendMessage(queueURL string, message string, messageGroupId string) error
Click to show internal directories.
Click to hide internal directories.