~bigbes/core-go

99671f85b661d0c5c654747c9ca9b940ada3921e — Drew DeVault 4 years ago 07f694d
webhooks: add comment clarifying field usage
1 files changed, 2 insertions(+), 1 deletions(-)

M webhooks/queue.go
M webhooks/queue.go => webhooks/queue.go +2 -1
@@ 31,12 31,13 @@ type WebhookSubscription struct {
	ID         int
	URL        string
	Query      string
	// See AuthConfig in webhooks/config.go for an explanation of these fields
	AuthMethod string
	TokenHash  *string
	Grants     *string
	ClientID   *string
	NodeID     *string
	Expires    *time.Time
	NodeID     *string
}

// Creates a new worker for delivering webhooks. The caller must start the