domain

package
v0.0.0-...-aad55e1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressDomain

type AddressDomain struct {
	ID     int64
	Street string
	Number string
}

type BreedDomain

type BreedDomain struct {
	ID   int64
	Name string
}

type ContextControl

type ContextControl struct {
	Context         context.Context
	CancelCauseFunc context.CancelCauseFunc
}

type CustomerDomain

type CustomerDomain struct {
	ID         int64
	Name       string
	Email      string
	Document   string
	PersonType string
	ContractID int64
	AddressID  int64
}

type PhoneDomain

type PhoneDomain struct {
	ID        int64
	Number    string
	CodeArea  string
	PhoneType string
}

type ScheduleMessage

type ScheduleMessage struct {
	Booking                    string
	PetId                      int
	ServiceEmployeeAttentionId int
}

type SpeciesDomain

type SpeciesDomain struct {
	ID   int64
	Name string
}

Jump to

Keyboard shortcuts

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