module

Patty::Core::Actions

The single choke point for everything the web UI (and any future CLI command) can do. Every action logs what it did (spec ยง11).

Class methods

delete_profile(id : String) : Result
Source
reload_caddy
Source
restart_profile(id : String) : Result
Source
start_profile(id : String) : Result
Source
stop_profile(id : String) : Result
Source
update_profile(id : String, profile : Profile) : Result
Source
validate_caddy
Source