MCPcopy
hub / github.com/golang/protobuf / Real

Struct Real

internal/testprotos/jsonpb_proto/test2.pb.go:722–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720}
721
722type Real struct {
723 Value *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
724 XXX_NoUnkeyedLiteral struct{} `json:"-"`
725 proto.XXX_InternalExtensions `json:"-"`
726 XXX_unrecognized []byte `json:"-"`
727 XXX_sizecache int32 `json:"-"`
728}
729
730func (m *Real) Reset() { *m = Real{} }
731func (m *Real) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected