graph

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler(writer http.ResponseWriter, request *http.Request)

Types

type Config

type Config struct {
	TenantId string `json:"tenantId"`
	AppId    string `json:"appId"`
	Secret   string `json:"secret"`
	From     string `json:"from"`
}

type Request

type Request struct {
	To            []string          `json:"to"`
	Cc            []string          `json:"cc"`
	Bcc           []string          `json:"bcc"`
	Subject       string            `json:"subject"`
	Body          string            `json:"body"`
	Attachments   []send.Attachment `json:"attachments"`
	Configuration Config            `json:"configuration"`
}

Jump to

Keyboard shortcuts

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