summaryrefslogtreecommitdiff
path: root/cmd/web/handlers/context.go
blob: 7df291592a6043863bfd4f420b0018e3980e87f5 (plain)
1
2
3
4
5
package handlers

type HandlerContext struct {
	Webmaster string
}