• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mlange-42 / arche-serde / 7479011048

10 Jan 2024 06:06PM CUT coverage: 83.766%. Remained the same
7479011048

push

github

web-flow
Add examples to readme and package (#2)

* add examples to readme and package
* add features disclaimer

129 of 154 relevant lines covered (83.77%)

28.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

57.14
/types.go
1
package archeserde
2

3
type deserializer struct {
4
        Components []string
5
        Entities   []entry
6
        Resources  map[string]entry
7
}
8

9
type entry struct {
10
        Bytes []byte
11
}
12

13
func (e *entry) UnmarshalJSON(jsonData []byte) error {
6✔
14
        e.Bytes = jsonData
6✔
15
        return nil
6✔
16
}
6✔
17

18
func (e *entry) String() string {
×
19
        return string(e.Bytes)
×
20
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc