| 3173 | } |
| 3174 | |
| 3175 | type UpdateCertificateRequest struct { |
| 3176 | state protoimpl.MessageState |
| 3177 | sizeCache protoimpl.SizeCache |
| 3178 | unknownFields protoimpl.UnknownFields |
| 3179 | |
| 3180 | Certificate *Certificate `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"` |
| 3181 | } |
| 3182 | |
| 3183 | func (x *UpdateCertificateRequest) Reset() { |
| 3184 | *x = UpdateCertificateRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected