Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestMethod2 ¶
func TestMethod2()
Types ¶
type Model ¶
type Model struct { ID int64 `json:"id"` //id InDate string `json:"in_date"` //indate EditDate string `json:"edit_date"` //editdate DeletedAt time.Time `json:"deleted_at"` //deleted_at Test struct { SomeThing string `json:"some_thing"` Other string `json:"other"` } `json:"test"` }
Model Hah
Click to show internal directories.
Click to hide internal directories.