Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category struct { Id int `db:"category_id"` ParentId sql.NullInt64 `db:"parent_id"` Name string `db:"name"` Count int `db:"count"` IsActive bool `db:"is_active"` Created int64 `db:"created"` Updated int64 `db:"updated"` Version int `db:"version"` }
func (Category) SetFlashValues ¶
func (Category) Validate ¶
func (category Category) Validate(v *revel.Validation)
type Language ¶
type Language struct { Id int `db:"language_id"` Name string `db:"name"` Description string `db:"description"` IsActive bool `db:"is_active"` Created int64 `db:"created"` Updated int64 `db:"updated"` Version int `db:"version"` }
func (Language) SetFlashValues ¶
func (Language) Validate ¶
func (language Language) Validate(v *revel.Validation)
type QuoteCategory ¶
Click to show internal directories.
Click to hide internal directories.