message.pb.go ×4

Frontier kind: Code frontier

unlabeled · c_b0b7acd888ba

47 tests · 1895 LOC · 75 files · introduces 0 tests · 27 LOC · 7 files

Introduces — evidence that enters the hierarchy at this concept

Code
13 ranges27 lines · 7 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
293 ranges1895 lines · 75 files · Browse complete extent
All tests (intent)
47 testsBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

No tests are introduced at this concept. Its intent tests are introduced by other concepts.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

7 files ranked by introduced lines: 27 introduced LOC across 13 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/api/cluster/v1/message.pb.go 8 introduced LOC · 4 ranges

Open complete file

151 func (*MembershipInfo) ProtoMessage() {}
152
153 > func (x *MembershipInfo) ProtoReflect() protoreflect.Message { message.pb.go
154 > mi := &file_temporal_server_api_cluster_v1_message_proto_msgTypes[2]
155 > if x != nil {
156 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
157 if ms.LoadMessageInfo() == nil {
160 return ms
161 }
162 > return mi.MessageOf(x) message.pb.go
163 }
164
215 func (*ClusterMember) ProtoMessage() {}
216
217 > func (x *ClusterMember) ProtoReflect() protoreflect.Message { message.pb.go
218 > mi := &file_temporal_server_api_cluster_v1_message_proto_msgTypes[3]
219 > if x != nil {
220 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
221 if ms.LoadMessageInfo() == nil {
224 return ms
225 }
226 > return mi.MessageOf(x) message.pb.go
227 }
228
go.temporal.io/server/api/enums/v1/dlq.pb.go 6 introduced LOC · 2 ranges

Open complete file

66 }
67
68 > func (DLQOperationType) Descriptor() protoreflect.EnumDescriptor { dlq.pb.go
69 > return file_temporal_server_api_enums_v1_dlq_proto_enumTypes[0].Descriptor()
70 > }
71
72 func (DLQOperationType) Type() protoreflect.EnumType {
130 }
131
132 > func (DLQOperationState) Descriptor() protoreflect.EnumDescriptor { dlq.pb.go
133 > return file_temporal_server_api_enums_v1_dlq_proto_enumTypes[1].Descriptor()
134 > }
135
136 func (DLQOperationState) Type() protoreflect.EnumType {
go.temporal.io/server/api/health/v1/message.pb.go 4 introduced LOC · 2 ranges

Open complete file

201 func (*ServiceHealthDetail) ProtoMessage() {}
202
203 > func (x *ServiceHealthDetail) ProtoReflect() protoreflect.Message { message.pb.go
204 > mi := &file_temporal_server_api_health_v1_message_proto_msgTypes[2]
205 > if x != nil {
206 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
207 if ms.LoadMessageInfo() == nil {
210 return ms
211 }
212 > return mi.MessageOf(x) message.pb.go
213 }
214
go.temporal.io/server/api/history/v1/message.pb.go 4 introduced LOC · 2 ranges

Open complete file

302 func (*TaskRange) ProtoMessage() {}
303
304 > func (x *TaskRange) ProtoReflect() protoreflect.Message { message.pb.go
305 > mi := &file_temporal_server_api_history_v1_message_proto_msgTypes[5]
306 > if x != nil {
307 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
308 if ms.LoadMessageInfo() == nil {
311 return ms
312 }
313 > return mi.MessageOf(x) message.pb.go
314 }
315
go.temporal.io/server/api/enums/v1/cluster.pb.go 3 introduced LOC · 1 range

Open complete file

76 }
77
78 > func (ClusterMemberRole) Descriptor() protoreflect.EnumDescriptor { cluster.pb.go
79 > return file_temporal_server_api_enums_v1_cluster_proto_enumTypes[0].Descriptor()
80 > }
81
82 func (ClusterMemberRole) Type() protoreflect.EnumType {
go.temporal.io/server/api/persistence/v1/cluster_metadata.pb.go 1 introduced LOC · 1 range

Open complete file

go.temporal.io/server/api/persistence/v1/tasks.pb.go 1 introduced LOC · 1 range

Open complete file

61 return ms
62 }
63 > return mi.MessageOf(x) tasks.pb.go
64 }
65