action

package
v0.0.0-...-a35f291 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsImage

func IsImage(filename string) bool

func IsZipArchive

func IsZipArchive(filename string) bool

Types

type Action

type Action struct {
	IAction
	// contains filtered or unexported fields
}

func (*Action) GetRegistry

func (self *Action) GetRegistry() *registry.Container

func (*Action) SetContainer

func (self *Action) SetContainer(r *registry.Container)

type DraftEditAction

type DraftEditAction struct {
	Action
}

func NewDraftEditAction

func NewDraftEditAction() *DraftEditAction

func (DraftEditAction) ServeHTTP

func (self DraftEditAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type DraftEditCompleteAction

type DraftEditCompleteAction struct {
	Action
}

func NewDraftEditCompleteAction

func NewDraftEditCompleteAction() *DraftEditCompleteAction

func (DraftEditCompleteAction) ServeHTTP

func (self DraftEditCompleteAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type DraftIndexAction

type DraftIndexAction struct {
	Action
}

func NewDraftIndexAction

func NewDraftIndexAction() *DraftIndexAction

func (DraftIndexAction) ServeHTTP

func (self DraftIndexAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoAreaCreateAction

type EchoAreaCreateAction struct {
	Action
}

func NewEchoAreaCreateAction

func NewEchoAreaCreateAction() *EchoAreaCreateAction

func (*EchoAreaCreateAction) ServeHTTP

func (self *EchoAreaCreateAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoAreaCreateComplete

type EchoAreaCreateComplete struct {
	Action
}

func NewEchoAreaCreateCompleteAction

func NewEchoAreaCreateCompleteAction() *EchoAreaCreateComplete

func (*EchoAreaCreateComplete) ServeHTTP

func (self *EchoAreaCreateComplete) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoAreaIndexAction

type EchoAreaIndexAction struct {
	Action
}

func NewEchoAreaIndexAction

func NewEchoAreaIndexAction() *EchoAreaIndexAction

func (*EchoAreaIndexAction) ServeHTTP

func (self *EchoAreaIndexAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoAreaMarkAction

type EchoAreaMarkAction struct {
	Action
}

func NewEchoAreaMarkAction

func NewEchoAreaMarkAction() *EchoAreaMarkAction

func (*EchoAreaMarkAction) ServeHTTP

func (self *EchoAreaMarkAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoAreaMarkCompleteAction

type EchoAreaMarkCompleteAction struct {
	Action
}

func NewEchoAreaMarkCompleteAction

func NewEchoAreaMarkCompleteAction() *EchoAreaMarkCompleteAction

func (*EchoAreaMarkCompleteAction) ServeHTTP

type EchoAreaPurgeAction

type EchoAreaPurgeAction struct {
	Action
}

func NewEchoAreaPurgeAction

func NewEchoAreaPurgeAction() *EchoAreaPurgeAction

func (*EchoAreaPurgeAction) ServeHTTP

func (self *EchoAreaPurgeAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoAreaPurgeCompleteAction

type EchoAreaPurgeCompleteAction struct {
	Action
}

func NewEchoAreaPurgeCompleteAction

func NewEchoAreaPurgeCompleteAction() *EchoAreaPurgeCompleteAction

func (*EchoAreaPurgeCompleteAction) ServeHTTP

type EchoAreaRemoveAction

type EchoAreaRemoveAction struct {
	Action
}

func NewEchoAreaRemoveAction

func NewEchoAreaRemoveAction() *EchoAreaRemoveAction

func (*EchoAreaRemoveAction) ServeHTTP

func (self *EchoAreaRemoveAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoAreaRemoveCompleteAction

type EchoAreaRemoveCompleteAction struct {
	Action
}

func NewEchoRemoveCompleteAction

func NewEchoRemoveCompleteAction() *EchoAreaRemoveCompleteAction

func (*EchoAreaRemoveCompleteAction) ServeHTTP

type EchoAreaUpdateAction

type EchoAreaUpdateAction struct {
	Action
}

func NewEchoAreaUpdateAction

func NewEchoAreaUpdateAction() *EchoAreaUpdateAction

func (*EchoAreaUpdateAction) ServeHTTP

func (self *EchoAreaUpdateAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoAreaUpdateCompleteAction

type EchoAreaUpdateCompleteAction struct {
	Action
}

func NewEchoAreaUpdateCompleteAction

func NewEchoAreaUpdateCompleteAction() *EchoAreaUpdateCompleteAction

func (*EchoAreaUpdateCompleteAction) ServeHTTP

type EchoMsgComposeAction

type EchoMsgComposeAction struct {
	Action
}

func NewEchoMsgComposeAction

func NewEchoMsgComposeAction() *EchoMsgComposeAction

func (*EchoMsgComposeAction) ServeHTTP

func (self *EchoMsgComposeAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoMsgDumpAction

type EchoMsgDumpAction struct {
	Action
}

func NewEchoMsgDumpAction

func NewEchoMsgDumpAction() *EchoMsgDumpAction

func (*EchoMsgDumpAction) ServeHTTP

func (self *EchoMsgDumpAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoMsgIndexAction

type EchoMsgIndexAction struct {
	Action
}

func NewEchoMsgIndexAction

func NewEchoMsgIndexAction() *EchoMsgIndexAction

func (*EchoMsgIndexAction) ServeHTTP

func (self *EchoMsgIndexAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoMsgRemoveAction

type EchoMsgRemoveAction struct {
	Action
}

func NewEchoMsgRemoveAction

func NewEchoMsgRemoveAction() *EchoMsgRemoveAction

func (*EchoMsgRemoveAction) ServeHTTP

func (self *EchoMsgRemoveAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoMsgRemoveCompleteAction

type EchoMsgRemoveCompleteAction struct {
	Action
}

func NewEchoMsgRemoveCompleteAction

func NewEchoMsgRemoveCompleteAction() *EchoMsgRemoveCompleteAction

func (*EchoMsgRemoveCompleteAction) ServeHTTP

type EchoMsgReplyAction

type EchoMsgReplyAction struct {
	Action
}

func NewEchoMsgReplyAction

func NewEchoMsgReplyAction() *EchoMsgReplyAction

func (*EchoMsgReplyAction) ServeHTTP

func (self *EchoMsgReplyAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoMsgTreeAction

type EchoMsgTreeAction struct {
	Action
}

func NewEchoMsgTreeAction

func NewEchoMsgTreeAction() *EchoMsgTreeAction

func (EchoMsgTreeAction) ServeHTTP

func (self EchoMsgTreeAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoMsgTwitAction

type EchoMsgTwitAction struct {
	Action
}

func NewEchoMsgTwitAction

func NewEchoMsgTwitAction() *EchoMsgTwitAction

func (EchoMsgTwitAction) ServeHTTP

func (self EchoMsgTwitAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type EchoMsgViewAction

type EchoMsgViewAction struct {
	Action
}

func NewEchoMsgViewAction

func NewEchoMsgViewAction() *EchoMsgViewAction

func (*EchoMsgViewAction) ServeHTTP

func (self *EchoMsgViewAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type FileEchoAreaDownloadAction

type FileEchoAreaDownloadAction struct {
	Action
}

func NewFileEchoAreaDownloadAction

func NewFileEchoAreaDownloadAction() *FileEchoAreaDownloadAction

func (*FileEchoAreaDownloadAction) ServeHTTP

type FileEchoAreaIndexAction

type FileEchoAreaIndexAction struct {
	Action
}

func NewFileEchoAreaIndexAction

func NewFileEchoAreaIndexAction() *FileEchoAreaIndexAction

func (*FileEchoAreaIndexAction) ServeHTTP

func (self *FileEchoAreaIndexAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type FileEchoAreaRemoveAction

type FileEchoAreaRemoveAction struct {
	Action
}

func NewFileEchoAreaRemoveAction

func NewFileEchoAreaRemoveAction() *FileEchoAreaRemoveAction

func (*FileEchoAreaRemoveAction) ServeHTTP

func (self *FileEchoAreaRemoveAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type FileEchoAreaUploadAction

type FileEchoAreaUploadAction struct {
	Action
}

func NewFileEchoAreaUploadAction

func NewFileEchoAreaUploadAction() *FileEchoAreaUploadAction

func (FileEchoAreaUploadAction) ServeHTTP

type FileEchoAreaUploadCompleteAction

type FileEchoAreaUploadCompleteAction struct {
	Action
}

func NewFileEchoAreaUploadCompleteAction

func NewFileEchoAreaUploadCompleteAction() *FileEchoAreaUploadCompleteAction

func (FileEchoAreaUploadCompleteAction) ServeHTTP

type FileEchoAreaViewAction

type FileEchoAreaViewAction struct {
	Action
}

func NewFileEchoAreaViewAction

func NewFileEchoAreaViewAction() *FileEchoAreaViewAction

func (*FileEchoAreaViewAction) ServeHTTP

func (self *FileEchoAreaViewAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type FileEchoCreateAction

type FileEchoCreateAction struct {
	Action
}

func NewFileEchoCreateAction

func NewFileEchoCreateAction() *FileEchoCreateAction

func (*FileEchoCreateAction) ServeHTTP

func (self *FileEchoCreateAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type FileEchoCreateComplete

type FileEchoCreateComplete struct {
	Action
}

func NewFileEchoCreateCompleteAction

func NewFileEchoCreateCompleteAction() *FileEchoCreateComplete

func (*FileEchoCreateComplete) ServeHTTP

func (self *FileEchoCreateComplete) ServeHTTP(w http.ResponseWriter, r *http.Request)

type FileEchoIndexAction

type FileEchoIndexAction struct {
	Action
}

func NewFileEchoIndexAction

func NewFileEchoIndexAction() *FileEchoIndexAction

func (*FileEchoIndexAction) ServeHTTP

func (self *FileEchoIndexAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type FileEchoRemoveAction

type FileEchoRemoveAction struct {
	Action
}

func NewFileEchoRemoveAction

func NewFileEchoRemoveAction() *FileEchoRemoveAction

func (FileEchoRemoveAction) ServeHTTP

func (self FileEchoRemoveAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type FileEchoRemoveCompleteAction

type FileEchoRemoveCompleteAction struct {
	Action
}

func NewFileEchoRemoveCompleteAction

func NewFileEchoRemoveCompleteAction() *FileEchoRemoveCompleteAction

func (FileEchoRemoveCompleteAction) ServeHTTP

type FileEchoUpdateAction

type FileEchoUpdateAction struct {
	Action
}

func NewFileEchoUpdateAction

func NewFileEchoUpdateAction() *FileEchoUpdateAction

func (FileEchoUpdateAction) ServeHTTP

func (self FileEchoUpdateAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type IAction

type IAction interface {
	ServeHTTP(w http.ResponseWriter, r *http.Request)
}

type NetmailAttachViewAction

type NetmailAttachViewAction struct {
	Action
}

func NewNetmailAttachViewAction

func NewNetmailAttachViewAction() *NetmailAttachViewAction

func (NetmailAttachViewAction) ServeHTTP

func (self NetmailAttachViewAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type NetmailComposeAction

type NetmailComposeAction struct {
	Action
}

func NewNetmailComposeAction

func NewNetmailComposeAction() *NetmailComposeAction

func (*NetmailComposeAction) ServeHTTP

func (self *NetmailComposeAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type NetmailDumpAction

type NetmailDumpAction struct {
	Action
}

func NewNetmailDumpAction

func NewNetmailDumpAction() *NetmailDumpAction

func (NetmailDumpAction) ServeHTTP

func (self NetmailDumpAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type NetmailIndexAction

type NetmailIndexAction struct {
	Action
}

func NewNetmailIndexAction

func NewNetmailIndexAction() *NetmailIndexAction

func (NetmailIndexAction) ServeHTTP

func (self NetmailIndexAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type NetmailRemoveAction

type NetmailRemoveAction struct {
	Action
}

func NewNetmailRemoveAction

func NewNetmailRemoveAction() *NetmailRemoveAction

func (*NetmailRemoveAction) ServeHTTP

func (self *NetmailRemoveAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type NetmailRemoveApiAction

type NetmailRemoveApiAction struct {
	Action
}

func NewNetmailRemoveApiAction

func NewNetmailRemoveApiAction() *NetmailRemoveApiAction

func (*NetmailRemoveApiAction) ServeHTTP

func (self *NetmailRemoveApiAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type NetmailReplyAction

type NetmailReplyAction struct {
	Action
}

func NewNetmailReplyAction

func NewNetmailReplyAction() *NetmailReplyAction

func (*NetmailReplyAction) ServeHTTP

func (self *NetmailReplyAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type NetmailViewAction

type NetmailViewAction struct {
	Action
}

func NewNetmailViewAction

func NewNetmailViewAction() *NetmailViewAction

func (NetmailViewAction) ServeHTTP

func (self NetmailViewAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type Service

type Service struct {
	URL string /* Service page */
	// contains filtered or unexported fields
}

type ServiceAction

type ServiceAction struct {
	Action
}

func NewServiceAction

func NewServiceAction() *ServiceAction

func (ServiceAction) ServeHTTP

func (self ServiceAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type ServiceMailerAction

type ServiceMailerAction struct {
	Action
}

func NewServiceMailerAction

func NewServiceMailerAction() *ServiceMailerAction

func (*ServiceMailerAction) ServeHTTP

func (self *ServiceMailerAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type ServiceMailerEventAction

type ServiceMailerEventAction struct {
	Action
}

func NewServiceMailerEventAction

func NewServiceMailerEventAction() *ServiceMailerEventAction

func (*ServiceMailerEventAction) ServeHTTP

func (self *ServiceMailerEventAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type ServiceTossAction

type ServiceTossAction struct {
	Action
}

func NewServiceTossAction

func NewServiceTossAction() *ServiceTossAction

func (*ServiceTossAction) ServeHTTP

func (self *ServiceTossAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type ServiceTossEventAction

type ServiceTossEventAction struct {
	Action
}

func NewServiceTossEventAction

func NewServiceTossEventAction() *ServiceTossEventAction

func (*ServiceTossEventAction) ServeHTTP

func (self *ServiceTossEventAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type ServiceTrackerAction

type ServiceTrackerAction struct {
	Action
}

func NewServiceTrackerAction

func NewServiceTrackerAction() *ServiceTrackerAction

func (*ServiceTrackerAction) ServeHTTP

func (self *ServiceTrackerAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type ServiceTrackerEventAction

type ServiceTrackerEventAction struct {
	Action
}

func NewServiceTrackerEventAction

func NewServiceTrackerEventAction() *ServiceTrackerEventAction

func (*ServiceTrackerEventAction) ServeHTTP

func (self *ServiceTrackerEventAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type SetupAction

type SetupAction struct {
	Action
}

func NewSetupAction

func NewSetupAction() *SetupAction

func (SetupAction) ServeHTTP

func (self SetupAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type SetupCompleteAction

type SetupCompleteAction struct {
	Action
}

func NewSetupCompleteAction

func NewSetupCompleteAction() *SetupCompleteAction

func (*SetupCompleteAction) ServeHTTP

func (self *SetupCompleteAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type StyleAction

type StyleAction struct {
	Action
}

func NewStyleAction

func NewStyleAction() *StyleAction

func (*StyleAction) ServeHTTP

func (self *StyleAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type TwitIndexAction

type TwitIndexAction struct {
	Action
}

func NewTwitIndexAction

func NewTwitIndexAction() *TwitIndexAction

func (TwitIndexAction) ServeHTTP

func (self TwitIndexAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

type TwitRemoveCompleteAction

type TwitRemoveCompleteAction struct {
	Action
}

func NewTwitRemoveCompleteAction

func NewTwitRemoveCompleteAction() *TwitRemoveCompleteAction

func (TwitRemoveCompleteAction) ServeHTTP

type WelcomeAction

type WelcomeAction struct {
	Action
}

func NewWelcomeAction

func NewWelcomeAction() *WelcomeAction

func (*WelcomeAction) ServeHTTP

func (self *WelcomeAction) ServeHTTP(w http.ResponseWriter, r *http.Request)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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