contact_info

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContactInfo

type ContactInfo struct {
	Binding   string `mapstructure:"binding"`
	Platform  string `mapstructure:"platform"`
	Firstname string `mapstructure:"firstname"`
	Lastname  string `mapstructure:"lastname"`
	Email     string `mapstructure:"email"`
	Phone     string `mapstructure:"phone"`
	Company   string `mapstructure:"company"`
	Address   string `mapstructure:"address"`
	Zip       string `mapstructure:"zip"`
	City      string `mapstructure:"city"`
	Country   string `mapstructure:"country"`
	State     string `mapstructure:"state"`
}

func (ContactInfo) GetFormData

func (contactInfo ContactInfo) GetFormData() map[string]string

func (ContactInfo) Validate

func (contactInfo ContactInfo) Validate() error

Jump to

Keyboard shortcuts

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