Documentation ¶ Index ¶ func ReadInput(l *[]Letter, input []byte) error type Donation type Letter func (l *Letter) Generate() (string, error) func (l *Letter) GetMaroto(t template) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadInput ¶ func ReadInput(l *[]Letter, input []byte) error Types ¶ type Donation ¶ type Donation struct { Amount float32 Date string } type Letter ¶ type Letter struct { Name [2]string Company string Street_address string City_address string Donations []Donation Template_file_name string // contains filtered or unexported fields } func (*Letter) Generate ¶ func (l *Letter) Generate() (string, error) func (*Letter) GetMaroto ¶ func (l *Letter) GetMaroto(t template) Source Files ¶ View all Source files letter.go templates.go Click to show internal directories. Click to hide internal directories.