-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpost.pb.go
78 lines (71 loc) · 3.21 KB
/
post.pb.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.6
// protoc (unknown)
// source: spacemesh/v1/post.proto
package spacemeshv1
import (
_ "google.golang.org/genproto/googleapis/api/visibility"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var File_spacemesh_v1_post_proto protoreflect.FileDescriptor
const file_spacemesh_v1_post_proto_rawDesc = "" +
"\n" +
"\x17spacemesh/v1/post.proto\x12\fspacemesh.v1\x1a\x1dspacemesh/v1/post_types.proto\x1a\x1bgoogle/api/visibility.proto2c\n" +
"\vPostService\x12H\n" +
"\bRegister\x12\x1d.spacemesh.v1.ServiceResponse\x1a\x19.spacemesh.v1.NodeRequest(\x010\x01\x1a\n" +
"\xfa\xd2\xe4\x93\x02\x04\x12\x02V12n\n" +
"\x0fPostInfoService\x12O\n" +
"\n" +
"PostStates\x12\x1f.spacemesh.v1.PostStatesRequest\x1a .spacemesh.v1.PostStatesResponse\x1a\n" +
"\xfa\xd2\xe4\x93\x02\x04\x12\x02V1B\xae\x01\n" +
"\x10com.spacemesh.v1B\tPostProtoP\x01Z>github.com/spacemeshos/api/release/go/spacemesh/v1;spacemeshv1\xa2\x02\x03SXX\xaa\x02\fSpacemesh.V1\xca\x02\fSpacemesh\\V1\xe2\x02\x18Spacemesh\\V1\\GPBMetadata\xea\x02\rSpacemesh::V1b\x06proto3"
var file_spacemesh_v1_post_proto_goTypes = []any{
(*ServiceResponse)(nil), // 0: spacemesh.v1.ServiceResponse
(*PostStatesRequest)(nil), // 1: spacemesh.v1.PostStatesRequest
(*NodeRequest)(nil), // 2: spacemesh.v1.NodeRequest
(*PostStatesResponse)(nil), // 3: spacemesh.v1.PostStatesResponse
}
var file_spacemesh_v1_post_proto_depIdxs = []int32{
0, // 0: spacemesh.v1.PostService.Register:input_type -> spacemesh.v1.ServiceResponse
1, // 1: spacemesh.v1.PostInfoService.PostStates:input_type -> spacemesh.v1.PostStatesRequest
2, // 2: spacemesh.v1.PostService.Register:output_type -> spacemesh.v1.NodeRequest
3, // 3: spacemesh.v1.PostInfoService.PostStates:output_type -> spacemesh.v1.PostStatesResponse
2, // [2:4] is the sub-list for method output_type
0, // [0:2] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_spacemesh_v1_post_proto_init() }
func file_spacemesh_v1_post_proto_init() {
if File_spacemesh_v1_post_proto != nil {
return
}
file_spacemesh_v1_post_types_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_spacemesh_v1_post_proto_rawDesc), len(file_spacemesh_v1_post_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 2,
},
GoTypes: file_spacemesh_v1_post_proto_goTypes,
DependencyIndexes: file_spacemesh_v1_post_proto_depIdxs,
}.Build()
File_spacemesh_v1_post_proto = out.File
file_spacemesh_v1_post_proto_goTypes = nil
file_spacemesh_v1_post_proto_depIdxs = nil
}