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

feat: add module field injection #234

Merged
merged 4 commits into from
Jan 20, 2022
Merged

feat: add module field injection #234

merged 4 commits into from
Jan 20, 2022

Conversation

Reasno
Copy link
Member

@Reasno Reasno commented Jan 20, 2022

BREAKING CHANGE: the addModule() method no longer accepts func() as closer and error as a panic condition. now It accepts one module at a time.

@codecov
Copy link

codecov bot commented Jan 20, 2022

Codecov Report

Merging #234 (cb1abd6) into master (b1f094d) will decrease coverage by 0.01%.
The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   83.45%   83.43%   -0.02%     
==========================================
  Files         102      102              
  Lines        3796     3804       +8     
==========================================
+ Hits         3168     3174       +6     
  Misses        462      462              
- Partials      166      168       +2     
Impacted Files Coverage Δ
c.go 77.45% <73.33%> (-0.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1f094d...cb1abd6. Read the comment docs.

@Reasno Reasno requested review from GGXXLL and nfangxu January 20, 2022 02:49
nfangxu
nfangxu previously approved these changes Jan 20, 2022
@Reasno Reasno merged commit eaf7ad9 into master Jan 20, 2022
@Reasno Reasno deleted the c branch January 20, 2022 08:47
@Reasno Reasno linked an issue Jan 20, 2022 that may be closed by this pull request
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.

Auto inject module struct?
3 participants