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
Click to show internal directories.
Click to hide internal directories.