env

package
v0.0.0-...-9b9d156 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Environment

type Environment struct {
	SendgridAPIKey string `envconfig:"SENDGRID_API_KEY" required:"true"`
	SenderName     string `envconfig:"sender_name"`
	SenderEmail    string `envconfig:"sender_email"`
	ReceiverName   string `envconfig:"receiver_name"`
	ReceiverEmail  string `envconfig:"receiver_email"`
}

func Process

func Process() (Environment, error)

Process ...

Jump to

Keyboard shortcuts

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