-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.service.pb.go
More file actions
89 lines (82 loc) · 4.26 KB
/
Copy pathadmin.service.pb.go
File metadata and controls
89 lines (82 loc) · 4.26 KB
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
79
80
81
82
83
84
85
86
87
88
89
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc (unknown)
// source: admin.service.proto
package platform_go
import (
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_admin_service_proto protoreflect.FileDescriptor
const file_admin_service_proto_rawDesc = "" +
"\n" +
"\x13admin.service.proto\x12\bplatform\x1a\x14admin.messages.proto2\xbc\x03\n" +
"\fAdminService\x12N\n" +
"\tListUsers\x12\x1f.platform.AdminListUsersRequest\x1a .platform.AdminListUsersResponse\x12H\n" +
"\aGetUser\x12\x1d.platform.AdminGetUserRequest\x1a\x1e.platform.AdminGetUserResponse\x12]\n" +
"\x0eSetUserEnabled\x12$.platform.AdminSetUserEnabledRequest\x1a%.platform.AdminSetUserEnabledResponse\x12`\n" +
"\x0fImpersonateUser\x12%.platform.AdminImpersonateUserRequest\x1a&.platform.AdminImpersonateUserResponse\x12Q\n" +
"\n" +
"DeleteUser\x12 .platform.AdminDeleteUserRequest\x1a!.platform.AdminDeleteUserResponseB\x86\x01\n" +
"\fcom.platformB\x11AdminServiceProtoP\x01Z#github.com/tiny-systems/platform-go\xa2\x02\x03PXX\xaa\x02\bPlatform\xca\x02\bPlatform\xe2\x02\x14Platform\\GPBMetadata\xea\x02\bPlatformb\x06proto3"
var file_admin_service_proto_goTypes = []any{
(*AdminListUsersRequest)(nil), // 0: platform.AdminListUsersRequest
(*AdminGetUserRequest)(nil), // 1: platform.AdminGetUserRequest
(*AdminSetUserEnabledRequest)(nil), // 2: platform.AdminSetUserEnabledRequest
(*AdminImpersonateUserRequest)(nil), // 3: platform.AdminImpersonateUserRequest
(*AdminDeleteUserRequest)(nil), // 4: platform.AdminDeleteUserRequest
(*AdminListUsersResponse)(nil), // 5: platform.AdminListUsersResponse
(*AdminGetUserResponse)(nil), // 6: platform.AdminGetUserResponse
(*AdminSetUserEnabledResponse)(nil), // 7: platform.AdminSetUserEnabledResponse
(*AdminImpersonateUserResponse)(nil), // 8: platform.AdminImpersonateUserResponse
(*AdminDeleteUserResponse)(nil), // 9: platform.AdminDeleteUserResponse
}
var file_admin_service_proto_depIdxs = []int32{
0, // 0: platform.AdminService.ListUsers:input_type -> platform.AdminListUsersRequest
1, // 1: platform.AdminService.GetUser:input_type -> platform.AdminGetUserRequest
2, // 2: platform.AdminService.SetUserEnabled:input_type -> platform.AdminSetUserEnabledRequest
3, // 3: platform.AdminService.ImpersonateUser:input_type -> platform.AdminImpersonateUserRequest
4, // 4: platform.AdminService.DeleteUser:input_type -> platform.AdminDeleteUserRequest
5, // 5: platform.AdminService.ListUsers:output_type -> platform.AdminListUsersResponse
6, // 6: platform.AdminService.GetUser:output_type -> platform.AdminGetUserResponse
7, // 7: platform.AdminService.SetUserEnabled:output_type -> platform.AdminSetUserEnabledResponse
8, // 8: platform.AdminService.ImpersonateUser:output_type -> platform.AdminImpersonateUserResponse
9, // 9: platform.AdminService.DeleteUser:output_type -> platform.AdminDeleteUserResponse
5, // [5:10] is the sub-list for method output_type
0, // [0:5] 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_admin_service_proto_init() }
func file_admin_service_proto_init() {
if File_admin_service_proto != nil {
return
}
file_admin_messages_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_admin_service_proto_rawDesc), len(file_admin_service_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_admin_service_proto_goTypes,
DependencyIndexes: file_admin_service_proto_depIdxs,
}.Build()
File_admin_service_proto = out.File
file_admin_service_proto_goTypes = nil
file_admin_service_proto_depIdxs = nil
}