recipients

package
v0.0.0-...-247cf46 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Recipient

type Recipient struct {
	Name           string            `yaml:"name"`
	C_O            string            `yaml:"c_o"`
	Street         string            `yaml:"street"`
	City           string            `yaml:"city"`
	Country        string            `yaml:"country"`
	AdditionalInfo map[string]string `yaml:"additional_info"`
	MailAddress    string            `yaml:"mail_adress"`
	FaxNumber      string            `yaml:"fax_number"`
	PhoneNumber    string            `yaml:"phone_number"`
	Ignore         bool              `yaml:"ignore"`
}

type RecipientManager

type RecipientManager struct {
	Recipients []Recipient
}

func (*RecipientManager) Read

func (m *RecipientManager) Read(path string) error

Jump to

Keyboard shortcuts

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