package
0.15.0
Repository: https://github.com/armadaproject/armada.git
Documentation: pkg.go.dev

# Functions

DecompressAndUnmarshall first decompressed the message and then unmarshalls.
MarshallAndCompress first marshalls the supplied proto message and then compresses it.
MustDecompressAndUnmarshall first decompressed the message and then unmarshalls.
MustMarshall marshalls a proto message and panics if the unmarshall fails.
MustMarshallAndCompress first marshalls the supplied proto message and then compresses it.
MustUnmarshall unmarshalls a proto message and panics if the unmarshall fails.
No description provided by the author
No description provided by the author
No description provided by the author
Unmarshall unmarshalls a proto message in a type-safe way.