app

package
v0.0.0-...-fd9b9a1 Latest Latest
Warning

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

Go to latest
Published: May 19, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Commands Commands
	Queries  Queries
}

type Commands

type Commands struct {
	ContactCreate         command.ContactCreateHandler
	ContactRead           command.ContactReadHandler
	FeedbackCreate        command.FeedbackCreateHandler
	FeedbackRead          command.FeedbackReadHandler
	SupportAdminAddMsg    command.SupportAdminAddMsgHandler
	SupportAdminClose     command.SupportAdminCloseHandler
	SupportAdminDelete    command.SupportAdminDeleteHandler
	SupportAdminRemoveMsg command.SupportAdminRemoveMsgHandler
	SupportAdminUpdate    command.SupportAdminUpdateHandler
	SupportCreate         command.SupportCreateHandler
	SupportAddMsg         command.SupportAddMsgHandler
	SupportClose          command.SupportCloseHandler
	SupportDelete         command.SupportDeleteHandler
}

type Queries

type Queries struct {
	ContactList        query.ContactListHandler
	FeedbackList       query.FeedbackListHandler
	SupportAdminFilter query.SupportAdminFilterHandler
	SupportAdminGet    query.SupportAdminGetHandler
	SupportGet         query.SupportGetHandler
	SupportFilter      query.SupportFilterHandler
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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