diff options
| author | Horus3 | 2015-03-11 15:42:44 +0100 |
|---|---|---|
| committer | Horus3 | 2015-03-11 15:42:44 +0100 |
| commit | 502899e07bbc23398fbcadf7a5e15624855bf877 (patch) | |
| tree | 857b0391982906954a5047a013c6be4c1d324827 /struct.go | |
| download | web2irc-502899e07bbc23398fbcadf7a5e15624855bf877.tar.gz | |
Initial commit.
Diffstat (limited to 'struct.go')
| -rw-r--r-- | struct.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/struct.go b/struct.go new file mode 100644 index 0000000..6cf92f4 --- /dev/null +++ b/struct.go @@ -0,0 +1,7 @@ +package main + +type Webhook struct { + Target string + Join string + Message string +} |
