| 2544 | } |
| 2545 | |
| 2546 | type CreateAuditScopeRequest struct { |
| 2547 | state protoimpl.MessageState |
| 2548 | sizeCache protoimpl.SizeCache |
| 2549 | unknownFields protoimpl.UnknownFields |
| 2550 | |
| 2551 | AuditScope *AuditScope `protobuf:"bytes,1,opt,name=audit_scope,json=auditScope,proto3" json:"audit_scope,omitempty"` |
| 2552 | } |
| 2553 | |
| 2554 | func (x *CreateAuditScopeRequest) Reset() { |
| 2555 | *x = CreateAuditScopeRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected