Registry / serialization / samuel-go-thrift

samuel-go-thrift

JSON →
library0.0.0-20210915161234-7b67f98e972fgogounverified

A Go library for working with Apache Thrift, providing serialization and RPC support.

go get github.com/samuel/go-thrift
INSTALL
IMPORT
SIG · SAMUEL-GO-THRIFT
S
samuel-go-thrift
serializationgov0.0.0-20210915161234-7b67f98e972f
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.

thrift
github.com/samuel/go-thrift

Parse a Thrift IDL file.

package main import ( "fmt" "github.com/samuel/go-thrift" ) func main() { // Example: parse a Thrift IDL file parser := thrift.NewParser() _, err := parser.ParseFile("example.thrift") if err != nil { fmt.Println(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210915161234-7b67f98e972flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Bingbot
1
OpenAI (training)
1
Resources
samuel-go-thrift — go get samuel-go-thrift · libregistry