1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00

example for automated apidoc tool named "yaag" 👍

Former-commit-id: 1afed4ac2913b5f135e44992cf060e44694ceacb
This commit is contained in:
hiveminded
2017-09-02 17:44:35 +03:00
parent d7ec0d4416
commit f68e547fb6
3 changed files with 65 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ type Controller struct {
Data map[string]interface{}
ContentType string
Text string // or Text
Text string // response as string
// give access to the request context itself.
Ctx context.Context