1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

fixes, i18n, sitemap generator and new examples

Former-commit-id: 54801dc705ee0fa66232f65063f8a68c9cc31921
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-12-13 23:06:18 +02:00
parent c66f7a6d21
commit 04477c3e41
58 changed files with 1474 additions and 1311 deletions

View File

@@ -17,6 +17,9 @@ type Application interface {
// Logger returns the golog logger instance(pointer) that is being used inside the "app".
Logger() *golog.Logger
// I18nReadOnly returns the i18n's read-only features.
I18nReadOnly() I18nReadOnly
// View executes and write the result of a template file to the writer.
//
// Use context.View to render templates to the client instead.