Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A message passing platform for Go

License

NotificationsYou must be signed in to change notification settings

yarpc/yarpc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDocGitHub releaseMit LicenseBuild StatusCoverage Status

A message passing platform for Go that lets you:

  • Write servers and clients with various encodings, includingJSON,Thrift, andProtobuf.
  • Expose servers over many transports simultaneously, includingHTTP/1.1,gRPC, andTChannel.
  • Migrate outbound calls between transports without any code changes using config.

Installation

Add dependency to yourgo.mod file:

go get go.uber.org/yarpc@latest

Use the following import path in the code:

import"go.uber.org/yarpc"

Please seereference andexamples for more details.

Stability

This library isv1 and followsSemVer strictly.

No breaking changes will be made to exported APIs beforev2.0.0 with theexception of experimental packages.

Experimental packages reside within packages namedx, and arenot stable. This means theirAPIs can break at any time. The intention here is to validate these APIs and iterate on themby working closely with internal customers. Once stable, their contents will be moved out ofthe containingx package and their APIs will be locked.


[8]ページ先頭

©2009-2025 Movatter.jp