cloudflared-mirror/diagnostic
Luis Neto f85c0f1cc0 TUN-8730: implement diag/configuration
Implements the endpoint that retrieves the configuration of a running instance.

The configuration consists in a map of cli flag to the provided value along with the uid that of the user that started the process
2024-11-25 11:24:51 -08:00
..
consts.go TUN-8730: implement diag/configuration 2024-11-25 11:24:51 -08:00
error.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
handlers.go TUN-8730: implement diag/configuration 2024-11-25 11:24:51 -08:00
handlers_test.go TUN-8730: implement diag/configuration 2024-11-25 11:24:51 -08:00
system_collector.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_linux.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_macos.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_test.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_utils.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00
system_collector_windows.go TUN-8731: Implement diag/system endpoint 2024-11-22 08:10:05 -08:00