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

Struct Simple3

internal/testprotos/jsonpb_proto/test3.pb.go:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type Simple3 struct {
52 Dub float64 `protobuf:"fixed64,1,opt,name=dub,proto3" json:"dub,omitempty"`
53 XXX_NoUnkeyedLiteral struct{} `json:"-"`
54 XXX_unrecognized []byte `json:"-"`
55 XXX_sizecache int32 `json:"-"`
56}
57
58func (m *Simple3) Reset() { *m = Simple3{} }
59func (m *Simple3) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected