| 1465 | } |
| 1466 | |
| 1467 | type certificateStatusMsg struct { |
| 1468 | raw []byte |
| 1469 | response []byte |
| 1470 | } |
| 1471 | |
| 1472 | func (m *certificateStatusMsg) marshal() []byte { |
| 1473 | if m.raw != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected