书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 74 个相关结果.
  • Template customization

    Template customization Overview Sample Scenes tip Preparation Edit handler template Compare the template before and after Modify response body comparison before and after ...
  • 自定义模板

    1250 2022-03-03 《go-zero v1.3 教程》
    模板修改 场景 准备工作 修改handler 模板 修改模板前后对比 修改模板前后响应体对比 总结 模板修改 场景 实现统一格式的body响应,格式如下: { "code" : 0 , "msg" : "OK" , "data" : {} // ① } ① 实际响应数据 ...
  • 模板定制化

    352 2023-11-03 《go-zero v1.6 教程》
    模板定制化 概述 示例 场景 tip 准备工作 修改 handler 模板 进行初始化 修改模板前后对比 修改模板前后响应体对比 模板自定义规则 参考文献 模板定制化 概述 goctl 代码生成是基于 go 的模板去实现数据驱动的,虽然目前 goctl 的代码生成可以满足一部分代码生成功能,但是模板的自定义可以更加丰富代码生成...
  • 自定义模板

    978 2021-07-27 《go-zero v1.1 教程》
    模板修改 场景 准备工作 修改handler 模板 修改模板前后对比 修改模板前后响应体对比 总结 模板修改 场景 实现统一格式的body相应,格式如下: { "code" : 0 , "msg" : "OK" , "data" : {} // ① } ① 实际相应数据 ...
  • Introduction

    1258 2019-08-02 《HTTPX Document》
    Features Documentation Dependencies Installation HTTPX A next-generation HTTP client for Python. !!! warning This project should be ...
  • 错误处理

    416 2023-11-03 《go-zero v1.6 教程》
    错误处理 概述 使用示例 温馨提示 错误处理 概述 错误处理这里并非指 error 堆栈处理,错误管理等,而是指 HTTP 的错误处理。 使用示例 我们来模拟当 error 为 *errors.CodeMsg 类型时,以 code-msg 格式响应错误。 package main import ( "go/...
  • 错误处理

    309 2023-06-20 《go-zero v1.5 教程》
    错误处理 概述 使用示例 温馨提示 错误处理 概述 错误处理这里并非指 error 堆栈处理,错误管理等,而是指 HTTP 的错误处理。 使用示例 我们来模拟当 error 为 *errors.CodeMsg 类型时,以 code-msg 格式响应错误。 package main import ( "go/...
  • Error processing

    Error processing Overview Examples Error processing Overview Error processing here does not refer to stack handling, error management, etc. but rather to HTTP error handling....
  • Async Tests

    Async Tests pytest-asyncio HTTPX Example Run it In Detail Other Asynchronous Function Calls Async Tests Warning The current page still doesn’t have a translation for this...
  • Async Tests

    Async Tests pytest.mark.anyio HTTPX Example Run it In Detail Other Asynchronous Function Calls Async Tests Warning The current page still doesn’t have a translation for t...