Files
netbird/client/internal
Maycon Santos a4f04f5570 [management] fix extend call and move config to types (#3575)
This PR fixes configuration inconsistencies and updates the store engine type usage throughout the management code. Key changes include:
- Replacing outdated server.Config references with types.Config and updating related flag variables (e.g. types.MgmtConfigPath).
- Converting engine constants (SqliteStoreEngine, PostgresStoreEngine, MysqlStoreEngine) to use types.Engine for consistent type–safety.
- Adjusting various test and migration code paths to correctly reference the new configuration and engine types.
2025-03-27 13:04:50 +01:00
..
2023-12-18 11:46:58 +01:00
2024-05-30 17:22:58 +02:00
2025-03-10 13:32:12 +01:00
2025-02-21 12:52:04 +01:00
2023-04-13 17:00:01 +02:00
2025-02-21 10:19:38 +01:00