3
0

Refactor data-privacy endpoints

Moved DataPrivacyRequest and DataPrivacyRequestComment under DataPrivacy route
This commit is contained in:
Vivek Patel
2023-01-09 14:40:05 +05:30
parent f45ae3c6bc
commit 83f95ed5da
75 changed files with 2798 additions and 1466 deletions
+1
View File
@@ -525,6 +525,7 @@ func (t *HttpRequest) AssignFieldValue(key string, val TypedValue) error {
//
// It allows gval lib to access HttpRequest's underlying value (*http.Request)
// and it's fields
//
func (t *HttpRequest) SelectGVal(ctx context.Context, k string) (interface{}, error) {
t.mux.RLock()
defer t.mux.RUnlock()