Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user store insert #17

Merged
merged 12 commits into from
Jan 30, 2020
Merged

user store insert #17

merged 12 commits into from
Jan 30, 2020

Conversation

Ficica
Copy link
Contributor

@Ficica Ficica commented Jan 21, 2020

user store insert

@Ficica Ficica requested a review from djale1k January 21, 2020 12:10
)

type UserStore interface {
Insert(fullName string, email string, phoneNumber string, createdAt time.Time, updatedAt time.Time) (*entities.User, error)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@F1c1cA you don't need to pass createdAt and updatedAt as arguments, they should be created when you execute the query.

@FilipNikolovski FilipNikolovski merged commit 1386096 into master Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants