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

SSR-2114: Add NewRecordWithIdAndRevision function #42

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Conversation

Pham-Gia-Huong
Copy link
Contributor

No description provided.

@Pham-Gia-Huong Pham-Gia-Huong changed the base branch from master to dev March 14, 2022 08:29
// NewRecordWithIdAndRevision creates using an existing record id and revision.
func NewRecordWithIdAndRevision(id uint64, revision int64, fields map[string]interface{}) *Record {
return &Record{id, revision, fields}

Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove the empty line.

@Pham-Gia-Huong Pham-Gia-Huong merged commit 273ffde into dev Mar 17, 2022
@josh-vo josh-vo deleted the SSR-2114 branch June 20, 2022 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants