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

    Reference Overview Installation Local Go Get Docker Release Binaries Kubernetes Dependencies Install Uninstall Server Features Usage Help Commands Command Line Buil...
  • FAQ

    FAQ What is Micro? Open Source Network Community Where do I start? Who’s using Micro? How do I use Micro? Zero Dependency Discovery Can I use something instead of MDNS? Wh...
  • Installation

    Install Guide Framework Dependencies Install Runtime Install Usage Install Guide Framework Go Micro is an RPC framework for development microservices in Go Dependenc...
  • Plugins

    Plugins Overview Add plugins Plugin Option Write Plugins Plugins Go Micro is a pluggable framework Overview Go Micro is built on Go interfaces. Because of this the imple...
  • Go gRPC - 概览

    2575 2019-06-01 《Go-Micro 文档》
    概览 示例 安装protobuf 服务发现 Consul mDNS 编写服务 使用Micro 安装micro 或者自行编译 gRPC网关 Micro gRPC是micro的gRPC框架插件,简化开发基于gRPC的服务。 概览 micro提供有基于Go的gRPC插件go-micro ,该插件可以在内部集成gPRC,并与之无缝交互,...
  • Command Line

    CLI micro cli Getting Started Install Interactive Mode Example Usage List Services Get Service Call Service Service Health Register/Deregister Proxy Remote Env Usage ...
  • New Template

    New Template micro new [service] Usage Options Help New Template micro new [service] The micro new command is a quick way to generate boilerplate templates for micro ser...
  • Slack Bot

    Bot micro bot Supported Inputs Getting Started Use Slack Multiple Inputs Help Adding new Commands Write a Command Register the command Rebuild Micro Adding new Inputs Wri...
  • 新建模板

    2982 2019-06-01 《Go-Micro 文档》
    micro new [service] 使用 默认方式创建新服务 指定命名空间 指定服务类型 指定FQDN 指定别名 指定plugin 不使用GOPATH micro new [service] Micro中有micro new 命令可以快速生成Micro风格的服务模板。 使用 使用micro new 很简单,我们先看一下它的使...
  • 服务代理

    2074 2019-06-01 《Go-Micro 文档》
    micro proxy 概览 使用方法 安装 依赖 运行 ACME Proxy CLI micro proxy micro proxy 其实就是服务与服务之间如果不方便直接调用时,就可能通过proxy服务来调用另一方的接口。 概览 Micro proxy提供基于go-micro框架的代理服务。它把go-micro中的各种特性...