private accessor

This commit is contained in:
mr
2024-07-31 10:07:55 +02:00
parent d6a2a416c1
commit 7ae1399a9a
21 changed files with 121 additions and 87 deletions

View File

@@ -34,7 +34,7 @@ func (dma *DataResource) Serialize() map[string]interface{} {
}
func (d *DataResource) GetAccessor() utils.Accessor {
data := &DataMongoAccessor{}
data := New()
data.SetLogger(utils.DATA_RESOURCE)
return data
}