1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 22:17:20 +00:00

webhook APIs

This commit is contained in:
Unknwon
2015-08-29 11:49:59 +08:00
parent 2f08e9f048
commit 55ddf225bb
12 changed files with 138 additions and 78 deletions

View File

@ -4,7 +4,7 @@
package base
const DOC_URL = "http://gogs.io/docs"
const DOC_URL = "https://github.com/gogits/go-gogs-client/wiki"
type (
TplName string