config

package
v0.0.0-...-34475f8 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SampleConfig

func SampleConfig(version string) string

func SampleTemplate

func SampleTemplate(version string) string

Types

type Data

type Data struct {
	MailProg    string
	From        string
	ReplyTo     string
	Cc          []string
	Subject     string
	Version     string
	Recipients  []Recipient
	Attachments []string
}

func New

func New(bs []byte) (result Data, err error)

type Recipient

type Recipient struct {
	Email string
	First string
	Last  string
	Data  map[string]string
}

Jump to

Keyboard shortcuts

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