dto

package
v0.0.0-...-076fb55 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CityDTO

type CityDTO struct {
	ID        uint
	CountryID uint
	Name      string
}

type CompanyDTO

type CompanyDTO struct {
	ID         string
	Name       string
	OwnerID    string
	TaxNumber  string
	LocationID uint
}

type ConsultFranchiseCriterialDTO

type ConsultFranchiseCriterialDTO struct {
	FranchiseName *string
	CompanyName   *string
	Country       *string
	City          *string
}

type CountryDTO

type CountryDTO struct {
	ID   uint
	Name string
}

type CreateNewFranchizeDTO

type CreateNewFranchizeDTO struct {
	URL string
}

type FlatDetailedFranchiseDTO

type FlatDetailedFranchiseDTO struct {
	ID       string
	Title    string
	SiteName string
	URL      string
	Address  string
	ZipCode  string
	City     string
	Country  string
}

type FranchiseDTO

type FranchiseDTO struct {
	ID                   string
	CompanyID            string
	Title                string
	SiteName             string
	Description          string
	Image                string
	URL                  string
	Protocol             string
	DomainJumps          int
	ServerNames          []string
	DomainCreationDate   string
	DomainExpirationDate string
	RegistrantName       string
	ContactEmail         string
	LocationID           uint
}

type LocationDTO

type LocationDTO struct {
	ID      uint
	Address string
	ZipCode string
	CityID  uint
}

type PendingFranchiseDTO

type PendingFranchiseDTO struct {
	ID     string
	URL    string
	Status string
	Error  *string
}

type UpdateFranchiseDTO

type UpdateFranchiseDTO struct {
	ID         string
	Title      *string
	SiteName   *string
	LocationID *uint
	Location   *UpdateLocationDTO
}

type UpdateLocationDTO

type UpdateLocationDTO struct {
	Address *string
	ZipCode *string
	City    *string
	Country *string
}

type UpdatedFranchiseDTO

type UpdatedFranchiseDTO struct {
	ID       string
	Title    string
	SiteName string
	URL      string
	Location UpdatedLocationDTO
}

type UpdatedLocationDTO

type UpdatedLocationDTO struct {
	Address string
	ZipCode string
	City    string
	Country string
}

Jump to

Keyboard shortcuts

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