category

package
v0.0.0-...-fb57439 Latest Latest
Warning

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

Go to latest
Published: May 17, 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 UserDetailEvent

type UserDetailEvent struct {
	UUID string `json:"uuid"`
	Name string `json:"name"`
}

type ValidationError

type ValidationError struct {
	Field   string  `json:"field"`
	Message string  `json:"message"`
	Params  i18np.P `json:"params"`
}

type ValidationFailedEvent

type ValidationFailedEvent struct {
	ListingUUID string             `json:"listingUUID"`
	Listing     *listing.Entity    `json:"entity"`
	Errors      []*ValidationError `json:"errors"`
	User        UserDetailEvent    `json:"user"`
}

type ValidationSuccessEvent

type ValidationSuccessEvent struct {
	ListingUUID string          `json:"listingUUID"`
	Listing     *listing.Entity `json:"entity"`
	User        UserDetailEvent `json:"user"`
}

Jump to

Keyboard shortcuts

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