-
Notifications
You must be signed in to change notification settings - Fork 641
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
feat(core, apps): 'PacketDataProvider' interface added and implemented #4199
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
041476c
refactor(core/exported): moved packet interfaces to packet.go
srdtrk fc46e89
feat(core/exported): 'PacketDataProvider' interface added
srdtrk b6fe7fa
feat(transfer): PacketDataProvider implemented
srdtrk 7b56d59
feat(ica): implemented PacketDataProvider
srdtrk 83f7817
style(transfer_test, ica_test): improved test name
srdtrk e23b769
Merge branch 'main' into serdar/packetdataprovider
srdtrk 5b01a89
merge: branch 'main' into serdar/packetdataprovider
srdtrk 7173bab
docs(core.adr8): updated godocs
srdtrk 950d77c
style(ica_test): changed a variable name
srdtrk 3f382b0
docs(core.adr8): added missing '.'
srdtrk 6fc5c26
imp(transfer): removed type assertion on jsonKey
srdtrk 116a2db
fix(transfer_test): removed unused test case parameter
srdtrk c86405c
docs(transfer): updated godocs
srdtrk aa3fe0f
imp(ica): removed type assertion from 'GetCustomPacketData'
srdtrk 11a859a
imp(transfer_test): improved tests without type assertion
srdtrk fbcf8b7
imp(ica_test): improved tests without type assertion
srdtrk fc5e953
style(transfer_test): changed test case parameter name
srdtrk 7b9bfa2
merge: branch 'main' into serdar/packetdataprovider
srdtrk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(transfer_test): removed unused test case parameter
- Loading branch information
commit 116a2db37c4474aed2862a320cdf7e829cac7125
There are no files selected for viewing
This file contains 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
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.
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.
can also maybe call
expCustomData
?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.
done