summaryrefslogtreecommitdiff
path: root/gitolite-webhook/struct.go
blob: 6cf92f41b6add0c9bc2fa5adee0af13aed68dc92 (plain)
1
2
3
4
5
6
7
package main

type Webhook struct {
	Target  string
	Join    string
	Message string
}