Documentation
¶
Overview ¶
SPDX-License-Identifier: AGPL-3.0-or-later Copyright (c) 2025 Vicente Oros
Index ¶
- func CreateCommand() *cli.Command
- func DaemonCommand() *cli.Command
- func DeleteCommand() *cli.Command
- func InstallServiceCommand() *cli.Command
- func RunCreateInteractive() error
- func RunDelete() error
- func RunShow() error
- func RunTestNotify() error
- func RunUpdate(ctx context.Context) error
- func SelectEncryption() (string, error)
- func ShowCommand() *cli.Command
- func TestNotifyCommand() *cli.Command
- func UpdateCommand() *cli.Command
- type InteractivePrompter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCommand ¶
func CreateCommand() *cli.Command
func DaemonCommand ¶
func DaemonCommand() *cli.Command
func DeleteCommand ¶
func DeleteCommand() *cli.Command
func InstallServiceCommand ¶
func InstallServiceCommand() *cli.Command
func RunCreateInteractive ¶
func RunCreateInteractive() error
func RunTestNotify ¶
func RunTestNotify() error
func SelectEncryption ¶
SelectEncryption lanza el TUI y devuelve "starttls" o "tls"
func ShowCommand ¶
func ShowCommand() *cli.Command
func TestNotifyCommand ¶
func TestNotifyCommand() *cli.Command
func UpdateCommand ¶
func UpdateCommand() *cli.Command
UpdateCommand defines the `update` command for the CLI.
Types ¶
type InteractivePrompter ¶
type InteractivePrompter struct {
// contains filtered or unexported fields
}
func NewPrompter ¶
func NewPrompter() *InteractivePrompter
Click to show internal directories.
Click to hide internal directories.