Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var User map[string]interface{} = map[string]interface{}{
"email": "test@mail.com",
"kid": "testkid",
"first_name": "TEst Fname",
"last_name": "Test LName",
"birth_date": "Test BD",
"gender": "testgender",
"featured_medium_id": 1,
}
View Source
var UserCols []string = []string{"id", "created_at", "updated_at", "deleted_at", "email", "kid", "first_name", "last_name", "birth_date", "gender", "featured_medium_id"}
Functions ¶
func UserSelectMock ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.