Documentation
¶
Overview ¶
Package message provides the use case for message
Package message provides the use case for message
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service is a struct that contains the repository implementation for message use case
func (*Service) CreateSMS ¶
func (s *Service) CreateSMS(ctx context.Context, message *messageDomain.SMSRequest) (*messageDomain.Response, error)
CreateSMS is a function that creates a message
func (*Service) CreateWhatsapp ¶
func (s *Service) CreateWhatsapp(ctx context.Context, message *messageDomain.SMSRequest) (*messageDomain.Response, error)
CreateWhatsapp is a function that creates a whatsapp message
Click to show internal directories.
Click to hide internal directories.