Skip to main content

Module admin

Module admin 

Source
Expand description

.ph/admin/... endpoints

Structs§

InfoEP
Retrieves sensitive details (like the crate::servers::Config) from this server.
InfoReq
Request type for InfoEP
UpdateConfigEP
Changes the crate::servers::Config in memory, and restarts the server service. The configuration file remains unchanged, so when the binary restarts, the changes are lost. This endpoint is used for testing, and can also be useful for debugging.
UpdateConfigReq

Enums§

InfoResp
Response type for InfoEP
UpdateConfigResp
Response type for UpdateConfigEP