sender

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMailSenderInfo

func GetMailSenderInfo(ctx iris.Context)

func GetSenderInfoByCategory

func GetSenderInfoByCategory(ctx iris.Context)

func ListByPage

func ListByPage(ctx iris.Context)

func Route

func Route(root iris.Party)

func SetMailSenderInfo

func SetMailSenderInfo(ctx iris.Context)

func UpMailSenderInfo

func UpMailSenderInfo(ctx iris.Context)

Types

type AllSenderInfo

type AllSenderInfo struct {
	app.Response
	Data interface{} `json:"item,omitempty"`
}

type Item

type Item struct {
}

type RespInfo

type RespInfo struct {
	app.Response
	DefaultSender int    `json:"defaultSender,omitempty"`
	Vendor        string `json:"vendor,omitempty"`
	Config        string `json:"config,omitempty"`
	Scode         string `json:"scode,omitempty"`
}

type VendorConfigReq

type VendorConfigReq struct {
	Vendor string `json:"vendor,omitempty"` // 平台 枚举
	Method string `json:"method,omitempty"` // 功能 枚举 model.SenderCategory
}

type VendorConfigResp

type VendorConfigResp struct {
	app.Response
	Config map[string]string `json:"config"`
}

Jump to

Keyboard shortcuts

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