DBAbstract
This commit is contained in:
@@ -176,6 +176,10 @@ type AbstractAccessor[T DBObject] struct {
|
||||
NotImplemented []string
|
||||
}
|
||||
|
||||
func (r *AbstractAccessor[T]) NewObj() DBObject {
|
||||
return r.New()
|
||||
}
|
||||
|
||||
func (r *AbstractAccessor[T]) ShouldVerifyAuth() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user