Skip to content

Add Any type and remove gogo protobuf from interfaces#31

Merged
kzys merged 1 commit intocontainerd:mainfrom
dmcgowan:any-type
Mar 21, 2022
Merged

Add Any type and remove gogo protobuf from interfaces#31
kzys merged 1 commit intocontainerd:mainfrom
dmcgowan:any-type

Conversation

@dmcgowan
Copy link
Copy Markdown
Member

Add a new Any type which can be used with gogo or google protobuf libraries. Support marshaling and unmarshaling with either library.

This is needed to help us move away from gogo protobuf and to break out reliance on external types in our interface (*types.Any -> typeurl.Any).

With this change, will probably make sense to tag as v2.0 and tag the current version as v1.0.3

Add a new Any type which can be used with gogo or google protobuf
libraries. Support marshaling and unmarshaling with either library.

Signed-off-by: Derek McGowan <[email protected]>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 19, 2022

Codecov Report

❌ Patch coverage is 32.25806% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.63%. Comparing base (ceacb3f) to head (e9aef6c).
⚠️ Report is 45 commits behind head on main.

Files with missing lines Patch % Lines
types.go 32.25% 21 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   67.36%   59.63%   -7.74%     
==========================================
  Files           1        1              
  Lines          95      109      +14     
==========================================
+ Hits           64       65       +1     
- Misses         23       37      +14     
+ Partials        8        7       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kzys kzys merged commit fc3423a into containerd:main Mar 21, 2022
@kzys kzys mentioned this pull request Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants