excluded expand from the record draft and applied some lint fields alignment suggestions

This commit is contained in:
Gani Georgiev
2023-10-08 15:22:03 +03:00
parent e2f806d8bb
commit 20b6ce4b84
33 changed files with 79 additions and 78 deletions
+1 -1
View File
@@ -9,12 +9,12 @@ import (
// RequestInfo defines a HTTP request data struct, usually used
// as part of the `@request.*` filter resolver.
type RequestInfo struct {
Method string `json:"method"`
Query map[string]any `json:"query"`
Data map[string]any `json:"data"`
Headers map[string]any `json:"headers"`
AuthRecord *Record `json:"authRecord"`
Admin *Admin `json:"admin"`
Method string `json:"method"`
}
// HasModifierDataKeys loosely checks if the current struct has any modifier Data keys.