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

    Introduction Introduction 📄️ Overview Kratos is a framework upon the lightweight microservices implemented by Golang, which offers convenient capabilities to help you quickly ...
  • HTTP

    HTTP Server Configuration Network(network string) ServerOption Address(addr string) ServerOption Timeout(timeout time.Duration) ServerOption Logger(logger log.Logger) ServerO...
  • Protobuf Guideline

    Protobuf Guideline Directory Structure Package go_package java_package objc_class_prefix Version Import Naming Convention Directory Structure File Structure Message & Fiel...
  • The Forkpty Router

    The Forkpty Router uwsgi mode VS raw mode Running the forkpty router Changing the default command The Forkpty Router Dealing with containers is now a common deployment patte...
  • Introduction

    📄️ Overview Kratos is a microservice-oriented governance framework implemented by Golang, which offers convenient capabilities to help you quickly build a bulletproof applicati...
  • warden quickstart

    511 2021-07-16 《Kratos v1.0 教程》
    准备工作 pb文件 如没看kprotoc文档,请看下面这段话 注册server 注册注意 client调用 扩展阅读 准备工作 推荐使用kratos工具 快速生成带grpc 的项目,如我们生成一个叫kratos-demo 的项目。 kratos new kratos - demo -- proto pb文件 创建项目成功...
  • HTTP

    244 2023-06-19 《Kratos v2.6 教程》
    HTTP Server 配置 Network(network string) ServerOption Address(addr string) ServerOption Timeout(timeout time.Duration) ServerOption Logger(logger log.Logger) ServerOption Mid...
  • 简介

    716 2023-06-19 《Kratos v2.6 教程》
    简介 简介 📄️ 简介Kratos 一套轻量级 Go 微服务框架,包含大量微服务相关框架及工具 📄️ 设计理念本篇文档阐述Kratos的设计理念,介绍Kratos项目的整体情况和主要组件 📄️ 常见问题Kratos FAQ 使用文档 📄️ 项目结构Kratos 项目工程骨架,Go 项目目录结构,快速创建工程项目
  • 快速开始 - 项目初始化

    828 2021-07-16 《Kratos v1.0 教程》
    快速开始 快速开始 在安装之前,请确认您的开发环境中正确安装了golang , git , 和protoc 创建kratos项目,可以使用kratos 工具,如下: go get - u github . com / go - kratos / kratos / tool / kratos cd $GOPATH / src kr...
  • API Definition

    API Definition API Definition API Generation API Register References API Definition Kratos implements REST and gRPC as the transport protocols. We mainly follow the API Desi...