Skip to content

Commit 4192588

Browse files
committed
Another 2 place can add docs.
1 parent 6bf2160 commit 4192588

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/handler/userExample.go.exp.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ func (h *{{.TableNameCamelFCL}}Handler) GetBy{{.ColumnNameCamel}}(c *gin.Context
204204
}
205205

206206
// List get a paginated list of {{.TableNamePluralCamelFCL}} by custom conditions
207+
// For more details, please refer to https://go-sponge.com/component/data/custom-page-query.html
207208
// @Summary Get a paginated list of {{.TableNamePluralCamelFCL}} by custom conditions
208209
// @Description Returns a paginated list of {{.TableNamePluralCamelFCL}} based on query filters, including page number and size.
209210
// @Tags {{.TableNameCamelFCL}}

internal/handler/userExample.go.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ func (h *{{.TableNameCamelFCL}}Handler) GetBy{{.ColumnNameCamel}}(c *gin.Context
198198
}
199199

200200
// List get a paginated list of {{.TableNamePluralCamelFCL}} by custom conditions
201+
// For more details, please refer to https://go-sponge.com/component/data/custom-page-query.html
201202
// @Summary Get a paginated list of {{.TableNamePluralCamelFCL}} by custom conditions
202203
// @Description Returns a paginated list of {{.TableNamePluralCamelFCL}} based on query filters, including page number and size.
203204
// @Tags {{.TableNameCamelFCL}}

0 commit comments

Comments
 (0)