Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Word ¶
type Word struct { Id int `json:"id"` Name string `json:"name" gorm:"column:source"` Exposures int `json:"exposures"` Mastered bool `json:"mastered"` RawJSON string `json:"raw_json"` RawObject relingo.DictItem `json:"raw_object" gorm:"-"` EngraData model.Vocabulary `json:"engra_data" gorm:"-"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` DeletedAt time.Time `json:"deleted_at"` }
func (*Word) ParseRawJSON ¶
Click to show internal directories.
Click to hide internal directories.