Skip to content

Commit

Permalink
data source entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
iesreza committed Jan 8, 2025
1 parent 5037742 commit 8df9aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/db/entity/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8df9aee

Please sign in to comment.