diff options
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 +} |
