recipients

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePopupAction

type CreatePopupAction struct {
	actionutils.ParentAction
}

func (*CreatePopupAction) Init

func (this *CreatePopupAction) Init()

func (*CreatePopupAction) RunGet

func (this *CreatePopupAction) RunGet(params struct{})

func (*CreatePopupAction) RunPost

func (this *CreatePopupAction) RunPost(params struct {
	AdminId    int64
	InstanceId int64
	User       string

	TelegramToken string

	GroupIds    string
	Description string

	TimeFromHour   string
	TimeFromMinute string
	TimeFromSecond string

	TimeToHour   string
	TimeToMinute string
	TimeToSecond string

	Must *actions.Must
	CSRF *actionutils.CSRF
})

type DeleteAction

type DeleteAction struct {
	actionutils.ParentAction
}

func (*DeleteAction) RunPost

func (this *DeleteAction) RunPost(params struct {
	RecipientId int64
})

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

func (this *IndexAction) RunGet(params struct {
})

type MediaOptionsAction

type MediaOptionsAction struct {
	actionutils.ParentAction
}

媒介类型选项

func (*MediaOptionsAction) RunPost

func (this *MediaOptionsAction) RunPost(params struct{})

type RecipientAction

type RecipientAction struct {
	actionutils.ParentAction
}

func (*RecipientAction) Init

func (this *RecipientAction) Init()

func (*RecipientAction) RunGet

func (this *RecipientAction) RunGet(params struct {
	RecipientId int64
})

type TestAction

type TestAction struct {
	actionutils.ParentAction
}

func (*TestAction) Init

func (this *TestAction) Init()

func (*TestAction) RunGet

func (this *TestAction) RunGet(params struct {
	RecipientId int64
})

func (*TestAction) RunPost

func (this *TestAction) RunPost(params struct {
	InstanceId int64
	Subject    string
	Body       string
	User       string

	Must *actions.Must
	CSRF *actionutils.CSRF
})

type UpdateAction

type UpdateAction struct {
	actionutils.ParentAction
}

func (*UpdateAction) Init

func (this *UpdateAction) Init()

func (*UpdateAction) RunGet

func (this *UpdateAction) RunGet(params struct {
	RecipientId int64
})

func (*UpdateAction) RunPost

func (this *UpdateAction) RunPost(params struct {
	RecipientId int64

	AdminId    int64
	User       string
	InstanceId int64

	GroupIds    string
	Description string
	IsOn        bool

	TimeFromHour   string
	TimeFromMinute string
	TimeFromSecond string

	TimeToHour   string
	TimeToMinute string
	TimeToSecond string

	Must *actions.Must
	CSRF *actionutils.CSRF
})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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