diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-01 15:09:03 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-01 15:09:03 +0100 |
commit | 24611c757318be124c01a6c335d116e7d1529554 (patch) | |
tree | e69b2645724f925c2441230332c59facbddee129 /img | |
parent | cf6c883c5b09d2cd2d3f7a117b5ce2b31c92a00f (diff) |
add design for global configuration manager + appendix log poc
Diffstat (limited to 'img')
-rw-r--r-- | img/class-config.puml | 14 | ||||
-rw-r--r-- | img/poc-log.png | bin | 0 -> 12526 bytes |
2 files changed, 14 insertions, 0 deletions
diff --git a/img/class-config.puml b/img/class-config.puml new file mode 100644 index 0000000..72e5e6c --- /dev/null +++ b/img/class-config.puml @@ -0,0 +1,14 @@ +@startuml +!include theme.ipuml + +class Config <<singleton>> { + - Config() + + ~Config() + -- + + get_instance() : Config & <<static>> + -- + + log : struct ... + ... +} + +@enduml diff --git a/img/poc-log.png b/img/poc-log.png Binary files differnew file mode 100644 index 0000000..12e2c61 --- /dev/null +++ b/img/poc-log.png |