Refactor data-privacy endpoints
Moved DataPrivacyRequest and DataPrivacyRequestComment under DataPrivacy route
This commit is contained in:
Generated
+1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user