add support for env variables to the DSL
This commit is contained in:
@ -22,7 +22,8 @@ Masonry is a library that provides and implements all the basics necessary to bu
|
||||
|
||||
- [ ] Indicate values that are based on Environment variables
|
||||
- [ ] Yaml file to include custom template functions (Otto for JS)
|
||||
- [ ] On Entities, we should indicate what CRUD functions should be implemented instead of implementing all, or forcing the user to define each in the Endpoints section
|
||||
- [x] On Entities, we should indicate what CRUD functions should be implemented instead of implementing all, or forcing the user to define each in the Endpoints section
|
||||
- [ ] Support field transformations on Entities using a template for `BeforeToORM` in `service.pb.gorm.override.go`
|
||||
|
||||
## Design Philosophy (changeable...)
|
||||
|
||||
|
Reference in New Issue
Block a user