summaryrefslogtreecommitdiffstats
path: root/modules/auth/form.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth/form.go')
-rw-r--r--modules/auth/form.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/form.go b/modules/auth/form.go
index a90f3d8542..b085527554 100644
--- a/modules/auth/form.go
+++ b/modules/auth/form.go
@@ -17,6 +17,7 @@ import (
"github.com/gogits/gogs/modules/log"
)
+// Web form interface.
type Form interface {
Name(field string) string
}