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

Struct SimpleNull3

internal/testprotos/jsonpb_proto/test3.pb.go:168–173  ·  internal/testprotos/jsonpb_proto/test3.pb.go::SimpleNull3

Source from the content-addressed store, hash-verified

166}
167
168type SimpleNull3 struct {
169 Simple *Simple3 `protobuf:"bytes,1,opt,name=simple,proto3" json:"simple,omitempty"`
170 XXX_NoUnkeyedLiteral struct{} `json:"-"`
171 XXX_unrecognized []byte `json:"-"`
172 XXX_sizecache int32 `json:"-"`
173}
174
175func (m *SimpleNull3) Reset() { *m = SimpleNull3{} }
176func (m *SimpleNull3) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected