# Functions
AsBytes takes a protobuf Struct and converts it into a byte array.
AsJSONString takes a protobuf Struct and converts it into a JSON string.
AsListValue takes a go []string and converts it into a protobuf ListValue.
AsMap takes a protobuf Struct and converts it into a go map.
AsStringList takes a protobuf ListValue and converts it into a []string.
AsStruct takes a go map and converts it into a protobuf Struct.
CopyStructToStruct copy the contents of one protobuf struct to another.
CopyStructToStructSub copy the contents of one protobuf struct to another, but only using a subset of the keys.
CopyToStruct copies values from map into protobuf struct.
CopyToStructSub copies a subset of keys from a map to a protobuf struct.
No description provided by the author
StructSet take value and add it to Struct s using key.
UnWrapValue takes protobuf structpb Value and return a native go value.
WrapValue takes a value and turns it into a protobuf structpb Value.