MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / BinaryEncoding

Struct BinaryEncoding

thrift/binary.go:2048–2048  ·  view source on GitHub ↗

BinaryEncoding is the implementation of Encoding for binary encoding.

Source from the content-addressed store, hash-verified

2046
2047// BinaryEncoding is the implementation of Encoding for binary encoding.
2048type BinaryEncoding struct{}
2049
2050func (b BinaryEncoding) EncodeEmpty(typ, et, kt Type, buf []byte) ([]byte, error) {
2051 switch typ {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected