From 502899e07bbc23398fbcadf7a5e15624855bf877 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 11 Mar 2015 15:42:44 +0100 Subject: Initial commit. --- struct.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 struct.go (limited to 'struct.go') 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 +} -- cgit v1.2.3