Documentation ¶ Overview ¶ * Package jsonpb uses protojson (not the deprecated jsonpb module) to set defaults for * marshaling and unmarshaling rVASP protobuf messages to and from JSON format. Index ¶ func Marshal(m proto.Message) ([]byte, error) func Unmarshal(data []byte, m proto.Message) error func UnmarshalString(data string, m proto.Message) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Marshal ¶ func Marshal(m proto.Message) ([]byte, error) func Unmarshal ¶ func Unmarshal(data []byte, m proto.Message) error func UnmarshalString ¶ func UnmarshalString(data string, m proto.Message) error Types ¶ This section is empty. Source Files ¶ View all Source files jsonpb.go Click to show internal directories. Click to hide internal directories.