Categorygithub.com/easyops-cn/giraffe-micro
modulepackage
1.0.5
Repository: https://github.com/easyops-cn/giraffe-micro.git
Documentation: pkg.go.dev

# README

giraffe-micro

GiraffeMicro 是一个微服务框架,提供了 RESTFul 和 gRPC 实现。并提供了名字服务接口

Build Status Coverage Status GoDoc Go Report Card LICENSE

Quick Start

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

SupportPackageIsVersion4 当前框架版本.

# Structs

CallOptions 请求配置.
MethodDesc 单次调用方法定义.
StreamDesc 流式调用方法定义.

# Interfaces

Client 客户端接口.
ClientStream 流式客户端接口.
Contract 契约定义接口.
HttpRule HTTP规则定义接口.
NameService 名字服务接口.
Server 服务端接口.
ServiceStream 流式服务接口.
StatusCode 统一状态码接口.

# Type aliases

CallOption 请求配置函数.
StreamEndpoint 流式调用函数.
UnaryEndpoint 单次调用函数.