tdabasinskas / go-backstage

Go client library for accessing the Backstage REST API
https://pkg.go.dev/github.com/tdabasinskas/go-backstage/backstage
Apache License 2.0
27 stars 4 forks source link

add yaml annotations on struct fields #52

Closed prune998 closed 3 months ago

prune998 commented 3 months ago

This will make the Backstage structs decode fine when unMarshalling a yaml document. No functionality changed.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.15%. Comparing base (ecf92c3) to head (fa0f351).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ======================================= Coverage 97.15% 97.15% ======================================= Files 11 11 Lines 211 211 ======================================= Hits 205 205 Misses 3 3 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.