Registry / networking / yarpc
library1.88.7gogounverified

Package yarpc provides the YARPC service framework for building RPC services in Go.

go get go.uber.org/yarpc
INSTALL
IMPORT
SIG · YARPC
Y
yarpc
networkinggov1.88.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

yarpc
go.uber.org/yarpc

Minimal YARPC setup with HTTP transport

package main import ( "go.uber.org/yarpc" "go.uber.org/yarpc/transport/http" ) func main() { d := yarpc.Config{Name: "hello"} _ = http.NewTransport() _ = d }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.88.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
yarpc — go get yarpc · libregistry