mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Suggest reverter for installers
This commit is contained in:
parent
7e5e016982
commit
7aa6becc5b
1 changed files with 3 additions and 0 deletions
|
|
@ -246,6 +246,9 @@ class IInstaller(IPlugin):
|
|||
restored in a consistent manner if requested by the user or in case
|
||||
of an error.
|
||||
|
||||
Using :class:`certbot.reverter.Reverter` to implement checkpoints,
|
||||
rollback, and recovery can dramatically simplify plugin development.
|
||||
|
||||
"""
|
||||
|
||||
def get_all_names():
|
||||
|
|
|
|||
Loading…
Reference in a new issue