openziti / desktop-edge-win

Provides a Ziti client for Windows
Apache License 2.0
35 stars 13 forks source link

refactor posture query datamodel #414

Closed dovholuknf closed 2 years ago

dovholuknf commented 3 years ago

The posture query data model in the go code is wasteful. posture checks should have been put into a map and referenced, instead each service creates a new PostureCheck struct. It would probably be more memory efficient more "correct" if the Identity had an array of PostureCheck and if the services referred to those posture checks.

dovholuknf commented 2 years ago

we don't have the go service any more - no longer relevant