Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NonEntityUserTest ¶
type NonEntityUserTest struct { FirstName string `dbfusion:"firstname"` Email string `dbfusion:"email,index:hash"` Username string `dbfusion:"username"` Password string `dbfusion:"password"` CreatedAt int64 `dbfusion:"createdAt"` UpdatedAt int64 `dbfusion:"updatedAt"` }
func (NonEntityUserTest) GetCacheIndexes ¶
func (ne NonEntityUserTest) GetCacheIndexes() []string
type UseWithAddress ¶
type UseWithAddress struct { FirstName string `dbfusion:"firstname"` Email string `dbfusion:"email"` Username string `dbfusion:"username"` Password string `dbfusion:"password"` Address Address `dbfusion:"address"` Vehicles Vehicles `dbfusion:"cars,omitempty"` CreatedAt int64 `dbfusion:"createdAt,omitempty"` UpdatedAt int64 `dbfusion:"updatedAt"` }
type UserTest ¶
type UserTest struct { FirstName string `dbfusion:"firstname"` Email string `dbfusion:"email"` Username string `dbfusion:"username"` Password string `dbfusion:"password"` CreatedAt int64 `dbfusion:"createdAt"` UpdatedAt int64 `dbfusion:"updatedAt"` }
func (UserTest) GetCacheIndexes ¶
func (UserTest) GetEntityName ¶
func (UserTest) PostInsert ¶
func (u UserTest) PostInsert() hooks.PostInsert
Click to show internal directories.
Click to hide internal directories.