summaryrefslogtreecommitdiff
path: root/struct.go
diff options
context:
space:
mode:
authorHorus32015-03-11 15:42:44 +0100
committerHorus32015-03-11 15:42:44 +0100
commit502899e07bbc23398fbcadf7a5e15624855bf877 (patch)
tree857b0391982906954a5047a013c6be4c1d324827 /struct.go
downloadweb2irc-502899e07bbc23398fbcadf7a5e15624855bf877.tar.gz
Initial commit.
Diffstat (limited to 'struct.go')
-rw-r--r--struct.go7
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
+}