Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZelvaMan committed Oct 22, 2023
1 parent 4d3336a commit d79505a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type Property struct {
MapperFunction string
}

type Function struct {
type Routine struct {
FunctionName string
DbFullFunctionName string
ModelName string
Expand All @@ -95,7 +95,7 @@ type Function struct {
}

type DbContextData struct {
Functions []Function
Functions []Routine
}

```
2 changes: 1 addition & 1 deletion src/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (

type Config struct {
Command Command
PathBase string //everything should be relative to config file
PathBase string //for now just using config folder
ConnectionString string `json:"ConnectionString"`
OutputFolder string `json:"OutputFolder,omitempty"`
GenerateModels bool `json:"GenerateModels,omitempty"`
Expand Down

0 comments on commit d79505a

Please sign in to comment.