package
0.0.3
Repository: https://github.com/meikwei/protocol.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

BoolValue为`bool`类型的数据提供包装。 它使得布尔值能够在Proto3中以更一致的方式进行处理和转换为JSON格式。.
BytesValue为`bytes`类型的数据提供包装。 `bytes`类型通常用于存储二进制数据,这里将其包装以便于在Proto3和JSON之间进行转换。.
DoubleValue为`double`类型的数据提供包装。 它使得`double`类型的数值能够在Proto3中以更灵活的方式进行序列化和反序列化。.
FloatValue为`float`类型的数据提供包装。 它使得`float`类型的数值能够在Proto3中以更灵活的方式进行序列化和反序列化。.
Int32Value为`int32`类型的数据提供包装。 它使得`int32`类型的数值能够在Proto3中以更灵活的方式进行序列化和反序列化。.
Int64Value为`int64`类型的数据提供包装。 由于JSON中没有直接对应64位有符号整型的方式,因此使用字符串进行表示。.
StringValue为`string`类型的数据提供包装。 它使得字符串能够在Proto3中以更灵活的方式进行序列化和反序列化。.
UInt32Value为`uint32`类型的数据提供包装。 它使得`uint32`类型的数值能够在Proto3中以更灵活的方式进行序列化和反序列化。.
UInt64Value为`uint64`类型的数据提供包装。 由于JSON中没有直接对应64位无符号整型的方式,因此使用字符串进行表示。.