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

Struct SimpleMap3

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

Source from the content-addressed store, hash-verified

127}
128
129type SimpleMap3 struct {
130 Stringy map[string]string `protobuf:"bytes,1,rep,name=stringy,proto3" json:"stringy,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
131 XXX_NoUnkeyedLiteral struct{} `json:"-"`
132 XXX_unrecognized []byte `json:"-"`
133 XXX_sizecache int32 `json:"-"`
134}
135
136func (m *SimpleMap3) Reset() { *m = SimpleMap3{} }
137func (m *SimpleMap3) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected