Documentation ¶
Index ¶
Constants ¶
View Source
const (
GZIP = "gzip"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockXDRDecoder ¶
type XDRDecoder ¶
type XDRDecoder interface { ReadFrom(r io.Reader) (int64, error) Unzip(r io.Reader) ([]byte, error) }
func NewXDRDecoder ¶
func NewXDRDecoder(compressionType string, xdrPayload interface{}) (XDRDecoder, error)
type XDREncoder ¶
func NewXDREncoder ¶
func NewXDREncoder(compressionType string, xdrPayload interface{}) (XDREncoder, error)
type XDRGzipDecoder ¶
type XDRGzipDecoder struct {
XdrPayload interface{}
}
type XDRGzipEncoder ¶
type XDRGzipEncoder struct {
XdrPayload interface{}
}
Click to show internal directories.
Click to hide internal directories.