-
Notifications
You must be signed in to change notification settings - Fork 975
chore: move usage types to new package #19103
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
Merged
deansheather
merged 1 commit into
main
from
07-30-chore_move_usage_types_to_new_package
Aug 20, 2025
Merged
chore: move usage types to new package #19103
deansheather
merged 1 commit into
main
from
07-30-chore_move_usage_types_to_new_package
Aug 20, 2025
+470
−225
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. |
042a5e2
to
fb89896
Compare
89b1757
to
397a84d
Compare
spikecurtis
approved these changes
Aug 15, 2025
fb89896
to
c23a50f
Compare
397a84d
to
7865f96
Compare
c23a50f
to
bf80953
Compare
40d1681
to
7c36cc0
Compare
bf80953
to
6b2f72f
Compare
7c36cc0
to
af6661d
Compare
af6661d
to
3aea6d1
Compare
f58d25a
to
0d467bb
Compare
Emyrk
approved these changes
Aug 18, 2025
// is validated. | ||
func ParseEvent[T Event](data json.RawMessage) (T, error) { | ||
dec := json.NewDecoder(bytes.NewReader(data)) | ||
dec.DisallowUnknownFields() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
0d467bb
to
b343097
Compare
2d92d73
to
29655e5
Compare
Merge activity
|
b343097
to
e0be548
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.