Add API Framework Revel Source Files 85/2185/1
authorTrevor Tao <trevor.tao@arm.com>
Thu, 9 Jan 2020 16:00:15 +0000 (00:00 +0800)
committerTrevor Tao <trevor.tao@arm.com>
Thu, 9 Jan 2020 16:00:15 +0000 (00:00 +0800)
commit1d1ee6961c93781e1187d8c7faa868da6b2f01f4
treed4cefa089717f5c2679565a863ef80cd5cee635f
parent56dd5e0f2164b37b40ac1daa188ccc618b4cbd19
Add API Framework Revel Source Files

Add API framework Revel source files, as the basis for api framework.

Signed-off-by: Trevor Tao <trevor.tao@arm.com>
Change-Id: I8c60569238a66538e86a2cc98a0d6473df2f8e72
125 files changed:
src/foundation/api/revel/.codebeatsettings [new file with mode: 0644]
src/foundation/api/revel/.travis.yml [new file with mode: 0644]
src/foundation/api/revel/AUTHORS [new file with mode: 0644]
src/foundation/api/revel/CHANGELOG.md [new file with mode: 0644]
src/foundation/api/revel/CONTRIBUTING.md [new file with mode: 0644]
src/foundation/api/revel/LICENSE [new file with mode: 0644]
src/foundation/api/revel/README.md [new file with mode: 0644]
src/foundation/api/revel/before_after_filter.go [new file with mode: 0644]
src/foundation/api/revel/binder.go [new file with mode: 0644]
src/foundation/api/revel/binder_test.go [new file with mode: 0644]
src/foundation/api/revel/cache/cache.go [new file with mode: 0644]
src/foundation/api/revel/cache/cache_test.go [new file with mode: 0644]
src/foundation/api/revel/cache/init.go [new file with mode: 0644]
src/foundation/api/revel/cache/inmemory.go [new file with mode: 0644]
src/foundation/api/revel/cache/inmemory_test.go [new file with mode: 0644]
src/foundation/api/revel/cache/memcached.go [new file with mode: 0644]
src/foundation/api/revel/cache/memcached_test.go [new file with mode: 0644]
src/foundation/api/revel/cache/redis.go [new file with mode: 0644]
src/foundation/api/revel/cache/redis_test.go [new file with mode: 0644]
src/foundation/api/revel/cache/serialization.go [new file with mode: 0644]
src/foundation/api/revel/cache/serialization_test.go [new file with mode: 0644]
src/foundation/api/revel/compress.go [new file with mode: 0644]
src/foundation/api/revel/compress_test.go [new file with mode: 0644]
src/foundation/api/revel/conf/mime-types.conf [new file with mode: 0644]
src/foundation/api/revel/controller.go [new file with mode: 0644]
src/foundation/api/revel/controller_type.go [new file with mode: 0644]
src/foundation/api/revel/errors.go [new file with mode: 0644]
src/foundation/api/revel/event.go [new file with mode: 0644]
src/foundation/api/revel/event_test.go [new file with mode: 0644]
src/foundation/api/revel/fakeapp_test.go [new file with mode: 0644]
src/foundation/api/revel/field.go [new file with mode: 0644]
src/foundation/api/revel/filter.go [new file with mode: 0644]
src/foundation/api/revel/filterconfig.go [new file with mode: 0644]
src/foundation/api/revel/filterconfig_test.go [new file with mode: 0644]
src/foundation/api/revel/flash.go [new file with mode: 0644]
src/foundation/api/revel/http.go [new file with mode: 0644]
src/foundation/api/revel/i18n.go [new file with mode: 0644]
src/foundation/api/revel/i18n_test.go [new file with mode: 0644]
src/foundation/api/revel/intercept.go [new file with mode: 0644]
src/foundation/api/revel/intercept_test.go [new file with mode: 0644]
src/foundation/api/revel/invoker.go [new file with mode: 0644]
src/foundation/api/revel/invoker_test.go [new file with mode: 0644]
src/foundation/api/revel/libs.go [new file with mode: 0644]
src/foundation/api/revel/libs_test.go [new file with mode: 0644]
src/foundation/api/revel/logger.go [new file with mode: 0644]
src/foundation/api/revel/logger/composite_multihandler.go [new file with mode: 0644]
src/foundation/api/revel/logger/doc.go [new file with mode: 0644]
src/foundation/api/revel/logger/handlers.go [new file with mode: 0644]
src/foundation/api/revel/logger/init.go [new file with mode: 0644]
src/foundation/api/revel/logger/init_test.go [new file with mode: 0644]
src/foundation/api/revel/logger/log_function_map.go [new file with mode: 0644]
src/foundation/api/revel/logger/logger.go [new file with mode: 0644]
src/foundation/api/revel/logger/revel_logger.go [new file with mode: 0644]
src/foundation/api/revel/logger/terminal_format.go [new file with mode: 0644]
src/foundation/api/revel/logger/utils.go [new file with mode: 0644]
src/foundation/api/revel/logger/wrap_handlers.go [new file with mode: 0644]
src/foundation/api/revel/model/revel_container.go [new file with mode: 0644]
src/foundation/api/revel/module.go [new file with mode: 0644]
src/foundation/api/revel/namespace.go [new file with mode: 0644]
src/foundation/api/revel/panic.go [new file with mode: 0644]
src/foundation/api/revel/params.go [new file with mode: 0644]
src/foundation/api/revel/params_test.go [new file with mode: 0644]
src/foundation/api/revel/results.go [new file with mode: 0644]
src/foundation/api/revel/results_test.go [new file with mode: 0644]
src/foundation/api/revel/revel.go [new file with mode: 0644]
src/foundation/api/revel/revel_hooks.go [new file with mode: 0644]
src/foundation/api/revel/revel_test.go [new file with mode: 0644]
src/foundation/api/revel/router.go [new file with mode: 0644]
src/foundation/api/revel/router_test.go [new file with mode: 0644]
src/foundation/api/revel/server-engine.go [new file with mode: 0644]
src/foundation/api/revel/server.go [new file with mode: 0644]
src/foundation/api/revel/server_adapter_go.go [new file with mode: 0644]
src/foundation/api/revel/server_test.go [new file with mode: 0644]
src/foundation/api/revel/session/init.go [new file with mode: 0644]
src/foundation/api/revel/session/session.go [new file with mode: 0644]
src/foundation/api/revel/session/session_cookie_test.go [new file with mode: 0644]
src/foundation/api/revel/session/session_test.go [new file with mode: 0644]
src/foundation/api/revel/session_adapter_cookie.go [new file with mode: 0644]
src/foundation/api/revel/session_engine.go [new file with mode: 0644]
src/foundation/api/revel/session_filter.go [new file with mode: 0644]
src/foundation/api/revel/template.go [new file with mode: 0644]
src/foundation/api/revel/template_adapter_go.go [new file with mode: 0644]
src/foundation/api/revel/template_engine.go [new file with mode: 0644]
src/foundation/api/revel/template_functions.go [new file with mode: 0644]
src/foundation/api/revel/templates/errors/403.html [new file with mode: 0644]
src/foundation/api/revel/templates/errors/403.json [new file with mode: 0644]
src/foundation/api/revel/templates/errors/403.txt [new file with mode: 0644]
src/foundation/api/revel/templates/errors/403.xml [new file with mode: 0644]
src/foundation/api/revel/templates/errors/404-dev.html [new file with mode: 0644]
src/foundation/api/revel/templates/errors/404.html [new file with mode: 0644]
src/foundation/api/revel/templates/errors/404.json [new file with mode: 0644]
src/foundation/api/revel/templates/errors/404.txt [new file with mode: 0644]
src/foundation/api/revel/templates/errors/404.xml [new file with mode: 0644]
src/foundation/api/revel/templates/errors/405.html [new file with mode: 0644]
src/foundation/api/revel/templates/errors/405.json [new file with mode: 0644]
src/foundation/api/revel/templates/errors/405.txt [new file with mode: 0644]
src/foundation/api/revel/templates/errors/405.xml [new file with mode: 0644]
src/foundation/api/revel/templates/errors/500-dev.html [new file with mode: 0644]
src/foundation/api/revel/templates/errors/500.html [new file with mode: 0644]
src/foundation/api/revel/templates/errors/500.json [new file with mode: 0644]
src/foundation/api/revel/templates/errors/500.txt [new file with mode: 0644]
src/foundation/api/revel/templates/errors/500.xml [new file with mode: 0644]
src/foundation/api/revel/testdata/app/views/footer.html [new file with mode: 0644]
src/foundation/api/revel/testdata/app/views/header.html [new file with mode: 0644]
src/foundation/api/revel/testdata/app/views/hotels/show.html [new file with mode: 0644]
src/foundation/api/revel/testdata/conf/app.conf [new file with mode: 0644]
src/foundation/api/revel/testdata/conf/routes [new file with mode: 0644]
src/foundation/api/revel/testdata/i18n/config/test_app.conf [new file with mode: 0644]
src/foundation/api/revel/testdata/i18n/messages/dutch_messages.nl [new file with mode: 0644]
src/foundation/api/revel/testdata/i18n/messages/english_messages.en [new file with mode: 0644]
src/foundation/api/revel/testdata/i18n/messages/english_messages2.en [new file with mode: 0644]
src/foundation/api/revel/testdata/i18n/messages/invalid_message_file_name.txt [new file with mode: 0644]
src/foundation/api/revel/testdata/public/js/sessvars.js [new file with mode: 0644]
src/foundation/api/revel/testing/testsuite.go [new file with mode: 0644]
src/foundation/api/revel/testing/testsuite_test.go [new file with mode: 0644]
src/foundation/api/revel/util.go [new file with mode: 0644]
src/foundation/api/revel/util_test.go [new file with mode: 0644]
src/foundation/api/revel/utils/simplestack.go [new file with mode: 0644]
src/foundation/api/revel/utils/simplestack_test.go [new file with mode: 0644]
src/foundation/api/revel/validation.go [new file with mode: 0644]
src/foundation/api/revel/validation_test.go [new file with mode: 0644]
src/foundation/api/revel/validators.go [new file with mode: 0644]
src/foundation/api/revel/validators_test.go [new file with mode: 0644]
src/foundation/api/revel/version.go [new file with mode: 0644]
src/foundation/api/revel/watcher.go [new file with mode: 0644]