| 3781 | } |
| 3782 | |
| 3783 | type CreateCertificateRequest struct { |
| 3784 | state protoimpl.MessageState |
| 3785 | sizeCache protoimpl.SizeCache |
| 3786 | unknownFields protoimpl.UnknownFields |
| 3787 | |
| 3788 | Certificate *Certificate `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"` |
| 3789 | } |
| 3790 | |
| 3791 | func (x *CreateCertificateRequest) Reset() { |
| 3792 | *x = CreateCertificateRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected