contacts

package
v0.0.0-...-f261bde Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DetailsPageTmpl

type DetailsPageTmpl struct {
	Contact *contacts.Contact
	Phones  []phonenumbers.Phone
}

func (*DetailsPageTmpl) Template

func (t *DetailsPageTmpl) Template() string

type ListPageTmpl

type ListPageTmpl struct {
	Contacts []contacts.Contact
}

func (*ListPageTmpl) Template

func (t *ListPageTmpl) Template() string

type ModalEditNameTmpl

type ModalEditNameTmpl struct {
	Contact *contacts.Contact
}

func (*ModalEditNameTmpl) Template

func (t *ModalEditNameTmpl) Template() string

type ModalImportsTmpl

type ModalImportsTmpl struct {
	ErrorMsg string
}

func (*ModalImportsTmpl) Template

func (t *ModalImportsTmpl) Template() string

type ModalRegisterPhoneNumberTmpl

type ModalRegisterPhoneNumberTmpl struct {
	Error    error
	Input    string
	Selected phones.PhoneData
	Contact  *contacts.Contact
	Phones   []phones.PhoneData
}

func (*ModalRegisterPhoneNumberTmpl) Template

func (t *ModalRegisterPhoneNumberTmpl) Template() string

Jump to

Keyboard shortcuts

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