| 1018 | } |
| 1019 | |
| 1020 | type RegisterCertificationTargetRequest struct { |
| 1021 | state protoimpl.MessageState |
| 1022 | sizeCache protoimpl.SizeCache |
| 1023 | unknownFields protoimpl.UnknownFields |
| 1024 | |
| 1025 | CertificationTarget *CertificationTarget `protobuf:"bytes,1,opt,name=certification_target,json=certificationTarget,proto3" json:"certification_target,omitempty"` |
| 1026 | } |
| 1027 | |
| 1028 | func (x *RegisterCertificationTargetRequest) Reset() { |
| 1029 | *x = RegisterCertificationTargetRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected