mirror of
https://github.com/beego/bee.git
synced 2024-11-22 20:20:55 +00:00
Update g_docs.go
Only you pass the model name, but do not pass the location. Although getModel() function again trying to split ( strs := strings.Split(str, ".") ) the parameter to the location and name.
This commit is contained in:
parent
11571b4af2
commit
c08afc129e
@ -413,7 +413,7 @@ func parserComments(comments *ast.CommentGroup, funcName, controllerName, pkgpat
|
|||||||
pp := strings.Split(p[2], ".")
|
pp := strings.Split(p[2], ".")
|
||||||
typ := pp[len(pp)-1]
|
typ := pp[len(pp)-1]
|
||||||
if len(pp) >= 2 {
|
if len(pp) >= 2 {
|
||||||
cmpath, m, mod, realTypes := getModel(typ)
|
cmpath, m, mod, realTypes := getModel(p[2])
|
||||||
para.Schema = &swagger.Schema{
|
para.Schema = &swagger.Schema{
|
||||||
Ref: "#/definitions/" + m,
|
Ref: "#/definitions/" + m,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user