package
0.0.0-20241215150346-e271d99a7f32
Repository: https://github.com/rafanate20/golang_basics.git
Documentation: pkg.go.dev
# Functions
Function that chooses the channel/technology through which the notification will be sent.
Function that chooses the way/method by which the notification will be sent.
Static functions (Implementing the EmployeeFuncs interface).
**********************************
Functionality
**********************************
*/ Function that evaluates the type of notification to be sent.
No description provided by the author
Function that sends the notification.
# Structs
**********************************
EMAIL
**********************************
*/ Email STRUCT.
STRUCT for sending Email notifications.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
**********************************
SMS
**********************************
*/ SMS STRUCT.
STRUCT for sending SMS notifications.
# Interfaces
No description provided by the author
Interface responsible for sending a notification, according to a method and a sending channel.
Interface that collects the method and sending channel.