Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncSMSService ¶
type AsyncSMSService struct {
// contains filtered or unexported fields
}
NOTE: Use Singleton to fire only one go routine that reprogram async send.
func NewAsyncSMSService ¶
func NewAsyncSMSService( ctx context.Context, smsSvc sms.Service, asyncRepo repository.AsyncSMSRepository, opts *AsyncSMSServiceOptions, ) *AsyncSMSService
Click to show internal directories.
Click to hide internal directories.