service

package
v4.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SMTP     *smtp.SMTP
	RabbitMQ *rabbitmq.RabbitMQ
	MongoDB  *mongodb.MongoDB
)
View Source
var Module = &struct {
	User string
}{
	User: log.Module("User"),
}
View Source
var Service = &struct {
	SMTP, RabbitMQ, MongoDB, Terminal string
}{
	SMTP:     log.Service("SMTP"),
	RabbitMQ: log.Service("RabbitMQ"),
	MongoDB:  log.Service("MongoDB"),
	Terminal: log.Service("Terminal"),
}

Functions

func Down

func Down(ctx context.Context) error

func Up

func Up() error

Types

This section is empty.

Directories

Path Synopsis
authentication
jwt
communication
logger
log
persistence
transport

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL