| 2839 | } |
| 2840 | |
| 2841 | type UpdateAuditScopeRequest struct { |
| 2842 | state protoimpl.MessageState |
| 2843 | sizeCache protoimpl.SizeCache |
| 2844 | unknownFields protoimpl.UnknownFields |
| 2845 | |
| 2846 | AuditScope *AuditScope `protobuf:"bytes,3,opt,name=audit_scope,json=auditScope,proto3" json:"audit_scope,omitempty"` |
| 2847 | } |
| 2848 | |
| 2849 | func (x *UpdateAuditScopeRequest) Reset() { |
| 2850 | *x = UpdateAuditScopeRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected