书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 849 个相关结果.
  • 测试

    测试 测试 如果你想在单元测试中测试 ent.Client ,你可以用已经生成好的 enttest 包来创建客户端和自动执行表结构迁移: package main import ( "testing" "<project>/ent/enttest" _ "github.com/matt...
  • 测试

    264 2022-10-19 《Ent v0.11 教程》
    测试 测试 如果你想在单元测试中测试 ent.Client ,你可以用已经生成好的 enttest 包来创建客户端和自动执行表结构迁移: package main import ( "testing" "<project>/ent/enttest" _ "github.com/matt...
  • 预加载

    351 2022-02-28 《Ent v0.10 教程》
    预加载 概览 API 实现 预加载 概览 ent 支持查询关联的实体 (通过其边)。 关联的实体会填充到返回对象的 Edges 字段中。 让我们通过以下例子,了解与 Schema 相关的 API: 查询所有用户及其宠物: users , err := client . User . Query (). ...
  • Upgrading Production

    Upgrading Production Upgrading our production database to use versioned migrations Upgrading Production Supporting repository The change described in this section can be found...
  • 管理节点路由

    管理节点路由 在 DC/OS 管理节点上运行的 Admin Router Routes Legend 管理节点路由 在 DC/OS 管理节点上运行的 Admin Router Admin Router 在 DC/OS 管理节点上运行。它显示下面所示的 API 路由。Admin Router 侦听端口 80 (HTTP) 和 443 (H...
  • Upgrading Production

    Upgrading Production Upgrading our production database to use versioned migrations Upgrading Production Supporting repository The change described in this section can be found...
  • 测试

    523 2021-09-30 《Ent v0.9 教程》
    测试 测试 如果你想在单元测试中测试 ent.Client ,你可以用已经生成好的 enttest 包来创建客户端和自动执行表结构迁移: package main import ( "testing" "<project>/ent/enttest" _ "github.co...
  • 用户指南

    50 2024-11-03 《Kratos v2.8 教程》
    用户指南 用户指南 📄️ Protobuf 规范 API接口统一以HTTP/GRPC为基础,并通过Protobuf进行协议定义,包括完整的Request/Reply,以及对应的接口错误码(Errors) 📄️ OpenAPI Swagger 使用 📄️ Wire 依赖注入 Kratos 项目模块依赖注入,快速初始化 Go 项目模板,Go ...
  • Testing

    Testing Testing If you’re using ent.Client in your unit-tests, you can use the generated enttest package for creating a client and auto-running the schema migration as follows...
  • Testing

    Testing Testing If you’re using ent.Client in your unit-tests, you can use the generated enttest package for creating a client and auto-running the schema migration as follows...