Documentation
¶
Overview ¶
Package proto provides Protocol Buffers (protobuf) encoding helpers and adapters used by go-service.
This package integrates protobuf encoding/decoding behind the go-service encoding abstraction.
Start with the package-level constructors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binary ¶
type Binary struct{}
Binary implements protobuf binary encoding and decoding.
type JSON ¶
type JSON struct{}
JSON implements protobuf JSON encoding and decoding.
Click to show internal directories.
Click to hide internal directories.