diff options
| author | Horus3 | 2015-03-30 20:14:12 +0200 |
|---|---|---|
| committer | Horus3 | 2015-03-30 20:14:12 +0200 |
| commit | f4f5c33f9c4bc6d6f01bed5146d8ea934bafe1cf (patch) | |
| tree | 28103a042ad469c2cb6645786678c723755478da /gitolite-webhook/struct.go | |
| parent | 952a5ad83feb53b2a3d344ed831dce8ece066137 (diff) | |
| download | web2irc-f4f5c33f9c4bc6d6f01bed5146d8ea934bafe1cf.tar.gz | |
Add cli tool to be used with gitolite hook.
Diffstat (limited to 'gitolite-webhook/struct.go')
| -rw-r--r-- | gitolite-webhook/struct.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gitolite-webhook/struct.go b/gitolite-webhook/struct.go new file mode 100644 index 0000000..6cf92f4 --- /dev/null +++ b/gitolite-webhook/struct.go @@ -0,0 +1,7 @@ +package main + +type Webhook struct { + Target string + Join string + Message string +} |
