letter_generator

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 AppAuthor

type AppAuthor struct {
	Name  string
	Email string
}

type AppMetadata

type AppMetadata struct {
	Version string
	Authors []AppAuthor
	License string
}

type Config

type Config struct {
	ConfigDirectory string   `yaml:config_directory`
	RemoteSources   []string `yaml:remote_sources`
	RecipientsFile  string   `yaml:recipients_file`
	MetadataFile    string   `yaml:metadata_file`
	SenderFile      string   `yaml:sender_file`
	TemplateFile    string   `yaml:template_file`
	AssetsDirectory string   `yaml:assets_directory`
}

func (*Config) ToJson

func (c *Config) ToJson()

func (*Config) ToString

func (c *Config) ToString() []string

Jump to

Keyboard shortcuts

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