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

Remove Reader interface in favor of using the struct directly, use writer struct pointer for consistency #324

Merged
merged 2 commits into from
Jun 1, 2024

Conversation

suyashkumar
Copy link
Owner

@suyashkumar suyashkumar commented Jun 1, 2024

Making this refactor, along with other API-breaking changes being made in the next release. If users need an interface, they can create one client-side as needed for their use cases! This also matches the Writer to use a pointer struct for consistency.

This closes #319.

@suyashkumar suyashkumar changed the title Remove Reader interface in favor of using the struct directly Remove Reader interface in favor of using the struct directly, use writer struct pointer for consistency Jun 1, 2024
@suyashkumar suyashkumar merged commit 65259e5 into main Jun 1, 2024
4 checks passed
@suyashkumar suyashkumar deleted the s/refactor-reader branch June 1, 2024 22:24
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.

Remove dicomio.Reader interface in favor of dicomio.Reader direct struct
1 participant