package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Aug 10, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Commands = []*cli.Command{
{
Category: "Webhooks",
Name: "webhooks",
Aliases: []string{"w", "wh"},
Usage: "Manage webhooks",
Subcommands: []*cli.Command{
register,
delete,
list,
},
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.