# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
DeserializeProto deserializes proto message from bytes.
PAppStatusErrorCode returns a pointer to the given input AppStatusErrorCode.
PBool returns a pointer to an bool.
PCDCErrorCode returns a pointer to the given input CDCErrorCode.
PConsensusErrorCode returns a pointer to the given input ConsensusErrorCode.
PInt32 returns a pointer to an int32.
PMasterErrorCode returns a pointer to the given input MasterErrorCode.
PRemoteBootstrapErrorCode returns a pointer to the given input RemoteBootstrapErrorCode.
PString returns a pointer to a string.
PTableServerErrorCode returns a pointer to the given input TableServerErrorCode.
PUint32 returns a pointer to an uint32.
PUint64 returns a pointer to an uint64.
PYQLDatabase returns a pointer to the given input YQLDatabase.
ReadInt reads an int from a reader.
ReadUvarint32 reads an encoded unsigned 32-bit integer from r and returns it as a uint64.
ReadVarint32 reads an encoded signed integer from r and returns it as an int64.
SerializeProto serializes proto message to bytes.
WriteMessages writes a variable number of protobuf messages into a given writer.