contacts

package
v0.0.0-...-e891c87 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Contact

type Contact interface {
	IsEmpty() bool
	EmailAddress() string
	Record() []string
}

func FindMissing

func FindMissing[O Contact, C Contact](oracle []O, check []C) []Contact

type StringContact

type StringContact string

func LoadString

func LoadString(record []string) (StringContact, error)

func (StringContact) EmailAddress

func (s StringContact) EmailAddress() string

func (StringContact) IsEmpty

func (s StringContact) IsEmpty() bool

func (StringContact) Record

func (s StringContact) Record() []string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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