(ctx dotweb.Context)
| 46 | } |
| 47 | |
| 48 | func GetAppSet(ctx dotweb.Context) error { |
| 49 | key := ctx.QueryString("key") |
| 50 | return ctx.WriteString(ctx.Request().Url(), " => key = ", ctx.ConfigSet().GetString(key)) |
| 51 | } |
| 52 | |
| 53 | // ConfigSet |
| 54 | func ConfigSet(ctx dotweb.Context) error { |
nothing calls this directly
no test coverage detected