| 91 | } |
| 92 | |
| 93 | type encodingJSONCBPerson struct { |
| 94 | Name *encodingJSONCBName |
| 95 | Github *encodingJSONCBGithub |
| 96 | Gravatar *encodingJSONCBGravatar |
| 97 | } |
| 98 | |
| 99 | type encodingJSONMediumPayload struct { |
| 100 | Person *encodingJSONCBPerson |
nothing calls this directly
no outgoing calls
no test coverage detected