From 99551887ea8545b78bc42f0f05e513b8207e5a34 Mon Sep 17 00:00:00 2001 From: Mason Payne Date: Tue, 2 Sep 2025 00:56:24 -0600 Subject: [PATCH] mark env vars as complete in the readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0f5540d..e6a3070 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ Masonry is a library that provides and implements all the basics necessary to bu ## DSL Features -- [ ] Indicate values that are based on Environment variables +- [x] Indicate values that are based on Environment variables - [ ] Yaml file to include custom template functions (Otto for JS) - [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`