From 8df9aeefba33852ab838281046bababe814e150e Mon Sep 17 00:00:00 2001 From: Reza Date: Wed, 8 Jan 2025 12:39:22 +0100 Subject: [PATCH] data source entry point --- lib/db/entity/entity.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/db/entity/entity.go b/lib/db/entity/entity.go index 447de2a..1019ffd 100644 --- a/lib/db/entity/entity.go +++ b/lib/db/entity/entity.go @@ -73,6 +73,7 @@ type DataSource struct { Preload bool `json:"preload"` Dictionary *types.Dictionary[any, any] `json:"dictionary,omitempty"` Mapper *Mapper `json:"mapper,omitempty"` + Entry *string `json:"entry,omitempty"` } type Mapper struct {