Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestItemCustom ¶
type TestItemCustom struct {
CustomUniqueField int
ID int `reindex:"id,,pk"`
Year int `reindex:"year,tree"`
Genre int64
Name string `reindex:"name"`
}
TestItemCustom struct with same name but another package
type TestItemCustom2 ¶
type TestItemCustom3 ¶
type TestItemCustom4 ¶
type TestItemCustom5 ¶
type TestItemCustom5 struct {
CustomUniqueField int
ID int `reindex:"id,,pk"`
Description string `reindex:"description,fuzzytext"`
Rate float64 `reindex:"rate,tree"`
Year int `reindex:"year,tree"`
Genre int64
Name string `reindex:"name"`
EmptyInt int `json:"empty_int,omitempty"`
ExchangeRate float64 `json:"exchange_rate"`
}
type TestItemCustom6 ¶
type TestItemCustom6 struct {
ExchangeRate float64 `json:"exchange_rate"`
PollutionRate float32 `json:"pollution_rate"`
CustomUniqueField int
ID int `reindex:"id,,pk"`
Year int `reindex:"year,tree"`
Genre int64
Name string `reindex:"name"`
EmptyInt int `json:"empty_int,omitempty"`
Description string `reindex:"description,fuzzytext"`
Rate float64 `reindex:"rate,tree"`
}
type TestItemCustom7 ¶
type TestItemCustom7 struct {
CustomUniqueField int
ID int `reindex:"id,,pk"`
Year int `reindex:"year,tree"`
Genre int64
Name string `reindex:"name"`
ExchangeRate float64 `json:"exchange_rate"`
PollutionRate float32 `json:"pollution_rate"`
IsDeleted bool `reindex:"isdeleted,-"`
EmptyInt int `json:"empty_int,omitempty"`
Description string `reindex:"description,fuzzytext"`
Rate float64 `reindex:"rate,tree"`
}
Click to show internal directories.
Click to hide internal directories.