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

Struct SimpleSlice3

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

Source from the content-addressed store, hash-verified

88}
89
90type SimpleSlice3 struct {
91 Slices []string `protobuf:"bytes,1,rep,name=slices,proto3" json:"slices,omitempty"`
92 XXX_NoUnkeyedLiteral struct{} `json:"-"`
93 XXX_unrecognized []byte `json:"-"`
94 XXX_sizecache int32 `json:"-"`
95}
96
97func (m *SimpleSlice3) Reset() { *m = SimpleSlice3{} }
98func (m *SimpleSlice3) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected