Categorygithub.com/darren0609/contact-reviewer
modulepackage
0.0.0-20190708143847-25a271d83522
Repository: https://github.com/darren0609/contact-reviewer.git
Documentation: pkg.go.dev

# README

Contact Reviewer (previously: msgraph-go-contacts)

godoc Build Status Go Report Card Github Pages

Overall intent here is to build a solution to allow you to consolidate all of your contact information from various source infromation systems and allow them to populate and be edited.

Ideal future functionality;

  • Consolidate all contacts to a source system
  • Remove duplicates
  • Make decisions around duplicated information - where different email, phone, address details may exist

connect.go

  • Core of program, fundamentally creates authentication to MSGraph using details found in PRIVATE.TXT

quickstart.go

tpl

  • Folder holds templates to process HTML

# Structs

Body is generally the body of the returned HTML when executing.
ContactData is the contact detail.
ContactHeader is the contact header and detail.
EmailAddress is the Email Address of the user.
Message is the specifics of the message being sent.
Recipient is the Receipient of the email you wish to send.
User represents a Microsoft Graph user.

# Type aliases

D is Data for template.