mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
Added examples for feature flags
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
enum Feature {
|
||||
logging(true),
|
||||
authentication(true),
|
||||
;
|
||||
|
||||
final bool enabledAtStartup;
|
||||
|
||||
Reference in New Issue
Block a user