room

package
v0.0.0-...-d22e7c3 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PricingTypeDaily   = 1
	PricingTypeWeekly  = 2
	PricingTypeMonthly = 3
)

pricing type list of room

Variables

This section is empty.

Functions

This section is empty.

Types

type Amenities

type Amenities struct {
	RoomID      string
	AmenitiesID string
}

Amenities of room

type Detail

type Detail struct {
	RoomID    string
	Amenities []string
}

Detail of the room

type Pricing

type Pricing struct {
	Name   string
	Amount string
}

Pricing of room

type PricingType

type PricingType int

PricingType of room

type Room

type Room struct {
	ID   string
	Tags []string
	Name string
}

Room struct

Jump to

Keyboard shortcuts

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