Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DAOToModel ¶
func DAOToModel(tl *dao.TimeLine) (model.TimeLineImages, error)
Types ¶
type Image ¶
type Image struct {
Cat *int64 `php:"cat,omitempty"`
GroupID *string `php:"grp_id,omitempty"`
GroupName *string `php:"grp_name,omitempty"`
Name *string `php:"name,omitempty"`
Title *string `php:"title,omitempty"`
ID *int `php:"id,omitempty"`
UserID *string `php:"uid,omitempty"`
SubjectID *string `php:"subject_id,omitempty"`
Images *string `php:"images,omitempty"`
}
func (*Image) FromModel ¶
func (i *Image) FromModel(image *model.TimeLineImage)
func (*Image) ToModel ¶
func (i *Image) ToModel() *model.TimeLineImage
func (*Image) UnmarshalPHP ¶
Click to show internal directories.
Click to hide internal directories.