models

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Order

type Order struct {
	UserID    string   `json:"user_id"`
	UserEmail string   `json:"user_email"`
	RoomType  RoomType `json:"room_type"`
	RoomIDs   []string `json:"room_ids"`
	From      string   `json:"from"`
	To        string   `json:"to"`
}

type RoomType

type RoomType string
const (
	Econom   RoomType = "econom"
	Standart RoomType = "standart"
	Lux      RoomType = "lux"
)

Jump to

Keyboard shortcuts

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