light modification

This commit is contained in:
mr
2025-01-21 11:55:44 +01:00
parent bc12fb53be
commit bf5a16f41b
4 changed files with 19 additions and 9 deletions

View File

@@ -122,6 +122,10 @@ type AbstractAccessor struct {
ResourceModelAccessor Accessor
}
func (r *AbstractAccessor) ShouldVerifyAuth() bool {
return true
}
func (r *AbstractAccessor) GetRequest() *tools.APIRequest {
return r.Request
}