Documentation ¶
Index ¶
- Variables
- func ConvertJSONBytesToString(b string) string
- func MustNewAny(src proto.Message) *anypb.Any
- func PointerBool(i bool) *bool
- func PointerFloat32(i float32) *float32
- func PointerFloat64(i float64) *float64
- func PointerInt32(i int32) *int32
- func PointerInt64(i int64) *int64
- func PointerString(s string) *string
- func PointerUint32(i uint32) *uint32
- func PointerUint64(i uint64) *uint64
Constants ¶
This section is empty.
Variables ¶
View Source
var PMarshal = &protojson.MarshalOptions{ Multiline: false, Indent: "", AllowPartial: true, UseProtoNames: true, UseEnumNumbers: true, EmitUnpopulated: true, }
View Source
var PUnmarshal = &protojson.UnmarshalOptions{ AllowPartial: true, DiscardUnknown: false, Resolver: nil, }
Functions ¶
func PointerBool ¶
func PointerFloat32 ¶
func PointerFloat64 ¶
func PointerInt32 ¶
func PointerInt64 ¶
func PointerString ¶
func PointerUint32 ¶
func PointerUint64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.