mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 02:42:14 +01:00
chore: minor godoc refactoring
This commit is contained in:
@@ -30,7 +30,7 @@ type Webhook struct {
|
||||
disable bool
|
||||
}
|
||||
|
||||
// Descriptor returns an Webhook's module descriptor.
|
||||
// Descriptor returns an [Webhook]'s module descriptor.
|
||||
func (Webhook) Descriptor() gotenberg.ModuleDescriptor {
|
||||
return gotenberg.ModuleDescriptor{
|
||||
ID: "webhook",
|
||||
|
||||
Reference in New Issue
Block a user