command

package
v0.0.0-...-5789598 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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeatureCreateCommand

type FeatureCreateCommand struct {
	Icon         string
	Translations map[feature.Locale]feature.Translations
}

type FeatureCreateHandlerConfig

type FeatureCreateHandlerConfig struct {
	Repo     feature.Repository
	Factory  feature.Factory
	CqrsBase decorator.Base
}

type FeatureCreateResult

type FeatureCreateResult struct{}

type FeatureDeleteCommand

type FeatureDeleteCommand struct {
	UUID string
}

type FeatureDeleteHandlerConfig

type FeatureDeleteHandlerConfig struct {
	Repo     feature.Repository
	Factory  feature.Factory
	CqrsBase decorator.Base
}

type FeatureDeleteResult

type FeatureDeleteResult struct{}

type FeatureDisableCommand

type FeatureDisableCommand struct {
	UUID string
}

type FeatureDisableHandlerConfig

type FeatureDisableHandlerConfig struct {
	Repo     feature.Repository
	Factory  feature.Factory
	CqrsBase decorator.Base
}

type FeatureDisableResult

type FeatureDisableResult struct{}

type FeatureEnableCommand

type FeatureEnableCommand struct {
	UUID string
}

type FeatureEnableHandlerConfig

type FeatureEnableHandlerConfig struct {
	Repo     feature.Repository
	Factory  feature.Factory
	CqrsBase decorator.Base
}

type FeatureEnableResult

type FeatureEnableResult struct{}

type FeatureUpdateCommand

type FeatureUpdateCommand struct {
	UUID         string
	Icon         string
	Translations map[feature.Locale]feature.Translations
}

type FeatureUpdateHandlerConfig

type FeatureUpdateHandlerConfig struct {
	Repo     feature.Repository
	Factory  feature.Factory
	CqrsBase decorator.Base
}

type FeatureUpdateResult

type FeatureUpdateResult struct{}

type PlaceCreateCommand

type PlaceCreateCommand struct {
	FeatureUUIDs     []string
	Images           []place.Image
	Restorations     []place.Restoration
	Translations     map[place.Locale]*place.Translations
	AverageTimeSpent place.TimeSpent
	Coordinates      []float64
	IsPayed          bool
	Type             place.Type
}

type PlaceCreateHandlerConfig

type PlaceCreateHandlerConfig struct {
	Repo        place.Repository
	Events      place.Events
	FeatureRepo feature.Repository
	Factory     place.Factory
	CqrsBase    decorator.Base
}

type PlaceCreateResult

type PlaceCreateResult struct {
	UUID string
}

type PlaceDeleteCommand

type PlaceDeleteCommand struct {
	UUID string
}

type PlaceDeleteHandlerConfig

type PlaceDeleteHandlerConfig struct {
	Repo     place.Repository
	Events   place.Events
	Factory  place.Factory
	CqrsBase decorator.Base
}

type PlaceDeleteResult

type PlaceDeleteResult struct{}

type PlaceDisableCommand

type PlaceDisableCommand struct {
	UUID string
}

type PlaceDisableHandlerConfig

type PlaceDisableHandlerConfig struct {
	Repo     place.Repository
	Events   place.Events
	Factory  place.Factory
	CqrsBase decorator.Base
}

type PlaceDisableResult

type PlaceDisableResult struct{}

type PlaceEnableCommand

type PlaceEnableCommand struct {
	UUID string
}

type PlaceEnableHandlerConfig

type PlaceEnableHandlerConfig struct {
	Repo     place.Repository
	Events   place.Events
	Factory  place.Factory
	CqrsBase decorator.Base
}

type PlaceEnableResult

type PlaceEnableResult struct{}

type PlaceUpdateCommand

type PlaceUpdateCommand struct {
	UUID             string
	FeatureUUIDs     []string
	Images           []place.Image
	Restorations     []place.Restoration
	Translations     map[place.Locale]*place.Translations
	AverageTimeSpent place.TimeSpent
	Coordinates      []float64
	IsPayed          bool
	Type             place.Type
}

type PlaceUpdateHandlerConfig

type PlaceUpdateHandlerConfig struct {
	Repo        place.Repository
	Events      place.Events
	FeatureRepo feature.Repository
	Factory     place.Factory
	CqrsBase    decorator.Base
}

type PlaceUpdateResult

type PlaceUpdateResult struct{}

Jump to

Keyboard shortcuts

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