Registry / networking / dubbogo-getty

dubbogo-getty

JSON →
library1.5.0gogounverified

Package getty is a netty-like asynchronous network I/O library for Go, used in Dubbo-go for RPC communication.

go get github.com/dubbogo/getty
INSTALL
IMPORT
SIG · DUBBOGO-GETTY
D
dubbogo-getty
networkinggov1.5.0
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.

getty
github.com/dubbogo/getty

Creates a new TCP client using Getty.

package main import ( "fmt" "github.com/dubbogo/getty" ) func main() { // Example: create a TCP client client := getty.NewTCPClient() fmt.Println("Getty client created") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
dubbogo-getty — go get dubbogo-getty · libregistry