Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MongoClient *mongo.Client
Functions ¶
func Create ¶
func Create(message LogMessageType) error
func MongoClientConnect ¶
Types ¶
type AmqpConfirmationMessage ¶
type LogMessageType ¶
type Mailer ¶
type Mailer struct { To []string Subject string // relative to the current directory TemplatePath string Variables map[string]string }
func (*Mailer) SendWithTemplate ¶
type RabbitMQClient ¶
type RabbitMQClient struct{}
var AmqpClient *RabbitMQClient
func (*RabbitMQClient) SendMessage ¶
func (rmq *RabbitMQClient) SendMessage(qName string, message string)
Click to show internal directories.
Click to hide internal directories.