| 15 | hydra.JsonWebKey |
| 16 | } |
| 17 | outputJSONWebKeyCollection struct { |
| 18 | Set string `json:"set"` |
| 19 | Keys []hydra.JsonWebKey `json:"keys"` |
| 20 | } |
| 21 | ) |
| 22 | |
| 23 | func (outputJsonWebKey) Header() []string { |
nothing calls this directly
no outgoing calls
no test coverage detected