{"id":23293749,"url":"https://github.com/bestgopher/go_iris_document_cn","last_synced_at":"2025-04-06T18:49:00.873Z","repository":{"id":117912605,"uuid":"224560342","full_name":"bestgopher/go_iris_document_cn","owner":"bestgopher","description":"go web frame \"iris\" chineses document/ golang web框架iris的中文文档翻译","archived":false,"fork":false,"pushed_at":"2020-12-30T06:00:34.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-06T14:44:17.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bestgopher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-28T03:11:42.000Z","updated_at":"2024-06-19T06:25:51.085Z","dependencies_parsed_at":"2023-07-14T01:00:17.037Z","dependency_job_id":null,"html_url":"https://github.com/bestgopher/go_iris_document_cn","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fgo_iris_document_cn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fgo_iris_document_cn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fgo_iris_document_cn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestgopher%2Fgo_iris_document_cn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestgopher","download_url":"https://codeload.github.com/bestgopher/go_iris_document_cn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535489,"owners_count":20954574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-20T06:17:12.052Z","updated_at":"2025-04-06T18:49:00.853Z","avatar_url":"https://github.com/bestgopher.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go_iris_document_cn\ngo web frame \"iris\" chineses document/ golang web框架iris的中文文档翻译\n\n- [主页(Home)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/1-%E4%B8%BB%E9%A1%B5(Home).md)\n- [关于(About)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/2-%E5%85%B3%E4%BA%8E(About).md)\n- [安装Iris(Installing Iris)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/3-%E5%AE%89%E8%A3%85Iris(Installing%20Iris).md)\n- [开始(Getting Started)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/4-%E5%BC%80%E5%A7%8B(Getting%20Started).md)\n- [带有TLS的自动公共域名(Automatic Public Domain with TLS)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/5-%E5%B8%A6%E6%9C%89TLS%E7%9A%84%E8%87%AA%E5%8A%A8%E5%85%AC%E5%85%B1%E5%9F%9F%E5%90%8D(Automatic%20Public%20Domain%20with%20TLS).md)\n- [配置(Configuration)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/6-%E9%85%8D%E7%BD%AE(Configuration).md)\n- [主机(Host)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/7-%E4%B8%BB%E6%9C%BA(Host).md)\n- [路由(Routing)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/8-%E8%B7%AF%E7%94%B1(Routing).md)\n- [路径参数类型(Path Parameter Types)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/9-%E8%B7%AF%E5%BE%84%E5%8F%82%E6%95%B0%E7%B1%BB%E5%9E%8B(Path%20Parameter%20Types).md)\n- [反向查询(Reverse Lookups)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/10-%E5%8F%8D%E5%90%91%E6%9F%A5%E8%AF%A2(Reverse%20Lookups).md)\n- [中间件(Middleware)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/11-%E4%B8%AD%E9%97%B4%E4%BB%B6(Middleware).md)\n- [处理HTTP错误(Handle HTTP errors)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/12-%E5%A4%84%E7%90%86HTTP%E9%94%99%E8%AF%AF(Handle%20HTTP%20errors).md)\n- [子域名(Subdomains)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/13-%E5%AD%90%E5%9F%9F%E5%90%8D(Subdomains).md)\n- [API版本控制(API Versioning)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/17-API%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6(API%20Versioning).md)\n- [重写Context(Override Context)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/15-%E9%87%8D%E5%86%99Context(Override%20Context).md)\n- [Context方法(Context Methods)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/16-Context%E6%96%B9%E6%B3%95(Context%20Methods).md)\n- [内容协商(Content Negotiation)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/18-%E5%86%85%E5%AE%B9%E5%8D%8F%E5%95%86(Content%20Negotiation).md)\n- [响应记录器(Response Recorder)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/19-%E5%93%8D%E5%BA%94%E8%AE%B0%E5%BD%95%E5%99%A8(Response%20Recorder).md)\n- [HTTP Referer](https://github.com/v5yangzai/go_iris_document_cn/blob/master/20-HTTP%20Referer.md)\n- [请求认证(Request Authentication)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/21-%E8%AF%B7%E6%B1%82%E8%AE%A4%E8%AF%81(Request%20Authentication).md)\n- [URL查询参数(URL Query Parameters)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/22-URL%E6%9F%A5%E8%AF%A2%E5%8F%82%E6%95%B0(URL%20Query%20Parameters).md)\n- [表单(form)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/23-%E8%A1%A8%E5%8D%95(form).md)\n- [模型验证(Model Validation))](https://github.com/v5yangzai/go_iris_document_cn/blob/master/24-%E6%A8%A1%E5%9E%8B%E9%AA%8C%E8%AF%81(Model%20Validation).md)\n- [缓存(Cache)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/25-%E7%BC%93%E5%AD%98(Cache).md)\n- [文件服务(File Server)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/26-%E6%96%87%E4%BB%B6%E6%9C%8D%E5%8A%A1(File%20Server).md)\n- [视图(View)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/27-%E8%A7%86%E5%9B%BE(View).md)\n- [会话(session)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/29-%E4%BC%9A%E8%AF%9D(session).md)\n- [会话的持久化存储与信息暂存](https://github.com/v5yangzai/go_iris_document_cn/blob/master/30-%E4%BC%9A%E8%AF%9D%E7%9A%84%E6%8C%81%E4%B9%85%E5%8C%96%E5%AD%98%E5%82%A8%E4%B8%8E%E4%BF%A1%E6%81%AF%E6%9A%82%E5%AD%98.md)\n- [Websockets(Websockets)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/31-Websockets(Websockets).md)\n- [依赖注入(Dependency Injection)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/32-%E4%BE%9D%E8%B5%96%E6%B3%A8%E5%85%A5(Dependency%20Injection).md)\n- [MVC(MVC)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/33-MVC(MVC).md)\n- [测试(Testing)](https://github.com/v5yangzai/go_iris_document_cn/blob/master/34-%E6%B5%8B%E8%AF%95(Testing).md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestgopher%2Fgo_iris_document_cn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestgopher%2Fgo_iris_document_cn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestgopher%2Fgo_iris_document_cn/lists"}