scal

package
v0.0.0-...-7e31ff3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Log = log

Functions

func SendEmail

func SendEmail(in *SendEmailInput) error

Types

type D

type D []DItem

func (D) Map

func (d D) Map() (m M)

type DItem

type DItem struct {
	Name  string
	Value any
}

type M

type M = map[string]any

type MErr

type MErr struct {
	M
	Err error
}

type PageOptions

type PageOptions struct {
	ExStartId    *string
	ReverseOrder bool
	Limit        int
}

type SendEmailInput

type SendEmailInput struct {
	To      string
	Subject string
	IsHtml  bool
	Body    string
}

func (*SendEmailInput) GetContentType

func (in *SendEmailInput) GetContentType() string

Directories

Path Synopsis
Do not modify this file, it's auto-generated
Do not modify this file, it's auto-generated
cmd
init
api_v1
if this is a *.go file, don't modify it, it's auto-generated from a Go template file named `*.go.tpl` inside "templates" directory
if this is a *.go file, don't modify it, it's auto-generated from a Go template file named `*.go.tpl` inside "templates" directory

Jump to

Keyboard shortcuts

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