Added examples for feature flags

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-04-29 11:31:42 +02:00
parent 2a7829a2d0
commit c162e8b294
2 changed files with 78 additions and 20 deletions
+1
View File
@@ -1,5 +1,6 @@
enum Feature {
logging(true),
authentication(true),
;
final bool enabledAtStartup;