| 3914 | } |
| 3915 | |
| 3916 | type PeerResponse struct { |
| 3917 | Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` |
| 3918 | } |
| 3919 | |
| 3920 | func (m *PeerResponse) Reset() { *m = PeerResponse{} } |
| 3921 | func (m *PeerResponse) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected