request_response.pb.go ×20
Frontier kind: Code frontier
unlabeled · c_2e06fadd7693
49 tests · 1728 LOC · 62 files · introduces 0 tests · 53 LOC · 4 files
Introduces — evidence that enters the hierarchy at this concept
Code
27 ranges 53 lines · 4 files
Tests
0 tests
Contains — complete concept membership
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.
Focus concept
Ancestors (broader)
Descendants (narrower)
Introduced files
Introduced tests
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.
JavaScript is disabled; use the native relationship evidence on this page to explore the same evidence.
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.
4 files ranked by introduced lines: 53 introduced LOC across 27 ranges.
Expand a file to inspect source; the > gutter marks introduced lines.
go.temporal.io/server/api/adminservice/v1/request_response.pb.go 40 introduced LOC · 20 ranges
Open complete file
791
func ( * ListHistoryTasksRequest ) ProtoMessage () {}
792
794
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 12 ]
795
>
if x != nil {
796
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
797
if ms . LoadMessageInfo () == nil {
800
return ms
801
}
803
}
804
864
func ( * ListHistoryTasksResponse ) ProtoMessage () {}
865
867
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 13 ]
868
>
if x != nil {
869
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
870
if ms . LoadMessageInfo () == nil {
873
return ms
874
}
876
}
877
1122
func ( * GetWorkflowExecutionRawHistoryV2Request ) ProtoMessage () {}
1123
1124
>
func ( x * GetWorkflowExecutionRawHistoryV2Request ) ProtoReflect () protoreflect . Message {
request_response.pb.go
1125
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 17 ]
1126
>
if x != nil {
1127
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
1128
if ms . LoadMessageInfo () == nil {
1131
return ms
1132
}
1134
}
1135
1218
func ( * GetWorkflowExecutionRawHistoryV2Response ) ProtoMessage () {}
1219
1220
>
func ( x * GetWorkflowExecutionRawHistoryV2Response ) ProtoReflect () protoreflect . Message {
request_response.pb.go
1221
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 18 ]
1222
>
if x != nil {
1223
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
1224
if ms . LoadMessageInfo () == nil {
1227
return ms
1228
}
1230
}
1231
1290
func ( * GetWorkflowExecutionRawHistoryRequest ) ProtoMessage () {}
1291
1292
>
func ( x * GetWorkflowExecutionRawHistoryRequest ) ProtoReflect () protoreflect . Message {
request_response.pb.go
1293
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 19 ]
1294
>
if x != nil {
1295
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
1296
if ms . LoadMessageInfo () == nil {
1299
return ms
1300
}
1302
}
1303
1386
func ( * GetWorkflowExecutionRawHistoryResponse ) ProtoMessage () {}
1387
1388
>
func ( x * GetWorkflowExecutionRawHistoryResponse ) ProtoReflect () protoreflect . Message {
request_response.pb.go
1389
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 20 ]
1390
>
if x != nil {
1391
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
1392
if ms . LoadMessageInfo () == nil {
1395
return ms
1396
}
1398
}
1399
1746
func ( * ReapplyEventsRequest ) ProtoMessage () {}
1747
1749
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 27 ]
1750
>
if x != nil {
1751
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
1752
if ms . LoadMessageInfo () == nil {
1755
return ms
1756
}
1758
}
1759
3182
func ( * RefreshWorkflowTasksRequest ) ProtoMessage () {}
3183
3185
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 51 ]
3186
>
if x != nil {
3187
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
3188
if ms . LoadMessageInfo () == nil {
3191
return ms
3192
}
3194
}
3195
3583
func ( * DeleteWorkflowExecutionRequest ) ProtoMessage () {}
3584
3586
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 57 ]
3587
>
if x != nil {
3588
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
3589
if ms . LoadMessageInfo () == nil {
3592
return ms
3593
}
3595
}
3596
3648
func ( * DeleteWorkflowExecutionResponse ) ProtoMessage () {}
3649
3651
>
mi := & file_temporal_server_api_adminservice_v1_request_response_proto_msgTypes [ 58 ]
3652
>
if x != nil {
3653
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
3654
if ms . LoadMessageInfo () == nil {
3657
return ms
3658
}
3660
}
3661
go.temporal.io/server/api/workflow/v1/message.pb.go 8 introduced LOC · 4 ranges
Open complete file
57
func ( * ParentExecutionInfo ) ProtoMessage () {}
58
59
>
func ( x * ParentExecutionInfo ) ProtoReflect () protoreflect . Message {
message.pb.go
60
>
mi := & file_temporal_server_api_workflow_v1_message_proto_msgTypes [ 0 ]
61
>
if x != nil {
62
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
63
if ms . LoadMessageInfo () == nil {
66
return ms
67
}
69
}
70
143
func ( * RootExecutionInfo ) ProtoMessage () {}
144
145
>
func ( x * RootExecutionInfo ) ProtoReflect () protoreflect . Message {
message.pb.go
146
>
mi := & file_temporal_server_api_workflow_v1_message_proto_msgTypes [ 1 ]
147
>
if x != nil {
148
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
149
if ms . LoadMessageInfo () == nil {
152
return ms
153
}
155
}
156
go.temporal.io/server/api/health/v1/message.pb.go 4 introduced LOC · 2 ranges
Open complete file
63
func ( * HealthCheck ) ProtoMessage () {}
64
65
>
func ( x * HealthCheck ) ProtoReflect () protoreflect . Message {
message.pb.go
66
>
mi := & file_temporal_server_api_health_v1_message_proto_msgTypes [ 0 ]
67
>
if x != nil {
68
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ))
69
if ms . LoadMessageInfo () == nil {
72
return ms
73
}
75
}
76
go.temporal.io/server/api/token/v1/message.pb.go 1 introduced LOC · 1 range
Open complete file
619
return ms
620
}
622
}
623