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

simplified token owner #784

Merged
merged 3 commits into from
Nov 26, 2024
Merged

simplified token owner #784

merged 3 commits into from
Nov 26, 2024

Conversation

adecaro
Copy link
Contributor

@adecaro adecaro commented Nov 25, 2024

This PR does the following: It removes the Owner struct from the token package.
The struct was of no help and required a check for nil that didn't serve anything.

Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
@@ -60,8 +60,8 @@ var (

AllTestTypes = []*InfrastructureType{
WebSocketNoReplication,
LibP2PNoReplication,
WebSocketWithReplication,
// LibP2PNoReplication,
Copy link
Contributor

Choose a reason for hiding this comment

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

Remember to activate them again

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch :)

Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
Copy link
Contributor

@alexandrosfilios alexandrosfilios left a comment

Choose a reason for hiding this comment

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

LGTM

@adecaro adecaro merged commit dacbded into main Nov 26, 2024
50 checks passed
@adecaro adecaro deleted the f-simplified-token-owner branch November 26, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants