sender

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMailSenderInfo

func GetMailSenderInfo(ctx server.Context)

func GetSenderInfoByCategory

func GetSenderInfoByCategory(ctx server.Context)

func ListByPage

func ListByPage(ctx server.Context)

func Route

func Route(root server.Router)

func SetMailSenderInfo

func SetMailSenderInfo(ctx server.Context)

func UpMailSenderInfo

func UpMailSenderInfo(ctx server.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