mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 03:57:19 +00:00
Clean api code
This commit is contained in:
@ -7,6 +7,11 @@ package base
|
||||
type (
|
||||
// Type TmplData represents data in the templates.
|
||||
TmplData map[string]interface{}
|
||||
|
||||
ApiJsonErr struct {
|
||||
Message string `json:"message"`
|
||||
DocUrl string `json:"documentation_url"`
|
||||
}
|
||||
)
|
||||
|
||||
var GoGetMetas = make(map[string]bool)
|
||||
|
Reference in New Issue
Block a user