Documentation
¶
Index ¶
Constants ¶
View Source
const (
NotificationTopic = "notification_topic"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type INotifyService ¶
type INotifyService interface {
Send(ctx *gin.Context, subject, message string) error
Receive(ctx *gin.Context) error
}
func NewNotifyService ¶
func NewNotifyService() INotifyService
Click to show internal directories.
Click to hide internal directories.