Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Photo ¶
type Photo struct { ID string `datastore:"-"` Link string `json:"link"` Type string `json:"type"` Title string `json:"title"` Description string `json:"description"` Created time.Time `json:"created"` LastModified time.Time `json:"lastModified"` Status string `json:"status"` }
Photo Status is active or deactive "Type" values are main and etc.
Click to show internal directories.
Click to hide internal directories.