event

package
v1.20.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressChanged

type AddressChanged struct {
	ID         valueobject.Identifier `json:"id"`
	Type       string                 `json:"type"`
	Street     valueobject.Street     `json:"street"`
	PostalCode valueobject.PostalCode `json:"postalCode"`
	Locality   valueobject.Locality   `json:"locality"`
	Country    valueobject.Country    `json:"country"`
	Canton     valueobject.Canton     `json:"canton"`
	Additional valueobject.Additional `json:"additional"`
	ChangedAt  valueobject.Timestamp  `json:"changedAt"`
	ChangedBy  valueobject.Identifier `json:"changedBy"`
}

type AddressCreated

type AddressCreated struct {
	ID         valueobject.Identifier `json:"id"`
	Type       string                 `json:"type"`
	Street     valueobject.Street     `json:"street"`
	PostalCode valueobject.PostalCode `json:"postalCode"`
	Locality   valueobject.Locality   `json:"locality"`
	Country    valueobject.Country    `json:"country"`
	Canton     valueobject.Canton     `json:"canton"`
	Additional valueobject.Additional `json:"additional"`
	CreatedAt  valueobject.Timestamp  `json:"createdAt"`
	CreatedBy  valueobject.Identifier `json:"createdBy"`
}

type AddressDeleted

type AddressDeleted struct {
	ID        valueobject.Identifier `json:"id"`
	DeletedAt valueobject.Timestamp  `json:"deletedAt"`
	DeletedBy valueobject.Identifier `json:"deletedBy"`
}

type Event

type Event interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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