servicePackOption

package
v0.0.0-...-0e3259e Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServicePackOption

type ServicePackOption struct {
	ID           string        `datastore:"-"`
	Title        string        `json:"title"`
	Description  string        `json:"description"`
	Duration     time.Duration `json:"duration"`
	Price        price.Price   `json:"price"`
	Created      time.Time     `json:"created"`
	LastModified time.Time     `json:"lastModified"`
	Status       string        `json:"status"`
	Pic          string        `json:"pic"`
	Photos       photo.Photos  `datastore:"-" json:"photos"`
	Videos       video.Videos  `datastore:"-" json:"videos"`
}

Status is underConsideration, disaproved, active, passive, changed, removed Pic is Person In Charge whom aprove this ServicePack key is Ancestor

type ServicePackOptions

type ServicePackOptions map[string]*ServicePackOption

Jump to

Keyboard shortcuts

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