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

go: Add svix.NullableInt64 #1542

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

svix-jplatte
Copy link
Member

Motivation

Without this, it is impossible to create a NullableInt64 for things like the payload retention period.

Solution

Add a "constructor" function like we have for NullableInt32, NullableBool, NullableString.

Without this, it is impossible to create a NullableInt64 for things like
the payload retention period.
@svix-jplatte svix-jplatte requested a review from a team as a code owner December 2, 2024 10:42
@svix-jplatte svix-jplatte merged commit f579832 into main Dec 5, 2024
3 checks passed
@svix-jplatte svix-jplatte deleted the jplatte/go-nullable-int64-ctor branch December 5, 2024 14:02
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