app

package
v0.0.0-...-e75800c Latest Latest
Warning

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

Go to latest
Published: Apr 9, 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 Commands

type Commands struct {
	CreateWebService     *command.CreateWebServiceHandler
	UpdateWebService     *command.UpdateWebServiceHandler
	RemoveWebService     *command.DeleteWebServiceHandler
	RemoveAllWebServices *command.DeleteAllWebServicesHandler

	CreateIcon     *command.CreateIconHandler
	UpdateIcon     *command.UpdateIconHandler
	RemoveIcon     *command.DeleteIconHandler
	RemoveAllIcons *command.DeleteAllIconsHandler

	CreateIconRequest                *command.CreateIconRequestHandler
	RemoveIconRequest                *command.DeleteIconRequestHandler
	RemoveAllIconsRequests           *command.DeleteAllIconsRequestsHandler
	UpdateWebServiceFromIconRequest  *command.UpdateWebServiceFromIconRequestHandler
	TransformIconRequestToWebService *command.TransformIconRequestToWebServiceHandler

	CreateIconsCollection     *command.CreateIconsCollectionHandler
	UpdateIconsCollection     *command.UpdateIconsCollectionHandler
	RemoveIconsCollection     *command.DeleteIconsCollectionHandler
	RemoveAllIconsCollections *command.DeleteAllIconsCollectionsHandler
}

type Cqrs

type Cqrs struct {
	Commands Commands
	Queries  Queries
}

type Queries

type Queries struct {
	WebServiceQuery      *queries.WebServiceQueryHandler
	WebServicesDumpQuery *queries.WebServicesDumpQueryHandler
	IconQuery            *queries.IconQueryHandler
	IconRequestQuery     *queries.IconRequestQueryHandler
	IconsCollectionQuery *queries.IconsCollectionQueryHandler
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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