app

package module
v0.0.0-...-d62e8b7 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: GPL-3.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

View Source
const (
	EmailPublicAPIKeyEnvVar  = "EMAIL_PUBLIC_API_KEY"  //nolint:gosec // just the env var name
	EmailPrivateAPIKeyEnvVar = "EMAIL_PRIVATE_API_KEY" //nolint:gosec // just the env var name
	DBURLEnvVar              = "DB_URL"
	DBPortEnvVar             = "DB_PORT"
	DBUserEnvVar             = "DB_USER"
	DBPasswordEnvVar         = "DB_PASSWORD"
	DBNameEnvVar             = "DB_NAME"
	DBSSLEnvVar              = "DB_SSL"
)

Variables

View Source
var (
	ErrEmailAPIKeyNotConfigured = errors.New("email api key env variables not configured")
	ErrDatabaseNotConfigured    = errors.New("database env variables not configured")
)

Functions

func NewDBConnection

func NewDBConnection() (*gorm.DB, error)

func NewService

func NewService(db *gorm.DB) (*service.Service, error)

NewService creates a new service.Service. It reads the email public and private keys to inject them in the email sender.

Types

This section is empty.

Directories

Path Synopsis
mocks
conditions
Code generated by cql-gen v0.1.0, DO NOT EDIT.
Code generated by cql-gen v0.1.0, DO NOT EDIT.

Jump to

Keyboard shortcuts

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