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

refactor(api_task.go): Change type of several fields from *Multi[int]… #41

Merged
merged 2 commits into from
Dec 30, 2024

Conversation

flc1125
Copy link
Member

@flc1125 flc1125 commented Dec 30, 2024

… to *Multi[string] and *Enum[int] to *Enum[string] for better type compatibility and consistency

… to *Multi[string] and *Enum[int] to *Enum[string] for better type compatibility and consistency
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. go Pull requests that update Go code labels Dec 30, 2024
… to *Multi[string] and *Enum[int] to *Enum[string] for better type compatibility and consistency
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
api_task.go 65.11% <100.00%> (+0.54%) ⬆️

@flc1125 flc1125 merged commit 0b06117 into master Dec 30, 2024
9 checks passed
@flc1125 flc1125 deleted the refactor-task branch December 30, 2024 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant