summaryrefslogtreecommitdiff
path: root/cmd/web/handlers/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/handlers/context.go')
-rw-r--r--cmd/web/handlers/context.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/web/handlers/context.go b/cmd/web/handlers/context.go
new file mode 100644
index 0000000..7df2915
--- /dev/null
+++ b/cmd/web/handlers/context.go
@@ -0,0 +1,5 @@
+package handlers
+
+type HandlerContext struct {
+ Webmaster string
+}