aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/form.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-08 21:25:38 -0500
committerUnknown <joe2010xtmf@163.com>2014-03-08 21:25:38 -0500
commit76ce6f98487b3754992da18969df37560e49ee82 (patch)
tree834ab9c155d06a3fba6b23831bcde24d3b8f951b /modules/auth/form.go
parent5a05d6633d413b1c5182a0a542e173f99601a103 (diff)
Update repo.Create
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 a90f3d85..b0855275 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
}