diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-02-24 16:07:38 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-02-24 16:07:38 -0500 |
| commit | 774fccbe94f9a252c72d5394e5cbd027aaaebf64 (patch) | |
| tree | f665950a197fe4cad115b9f07557acfa887e486a /pb/xesite.pb.go | |
| parent | 93f6421e1d4e9ce9a4bcf1a55815fed3e2cee962 (diff) | |
| download | xesite-774fccbe94f9a252c72d5394e5cbd027aaaebf64.tar.xz xesite-774fccbe94f9a252c72d5394e5cbd027aaaebf64.zip | |
wire up the protofeed call
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'pb/xesite.pb.go')
| -rw-r--r-- | pb/xesite.pb.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pb/xesite.pb.go b/pb/xesite.pb.go index 04fa4f1..8988282 100644 --- a/pb/xesite.pb.go +++ b/pb/xesite.pb.go @@ -135,12 +135,12 @@ var file_xesite_proto_rawDesc = []byte{ 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x15, 0x2e, 0x78, 0x65, 0x69, 0x61, 0x73, 0x6f, 0x2e, 0x6e, 0x65, 0x74, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x32, - 0x41, 0x0a, 0x04, 0x46, 0x65, 0x65, 0x64, 0x12, 0x39, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x16, + 0x36, 0x0a, 0x04, 0x46, 0x65, 0x65, 0x64, 0x12, 0x2e, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1a, 0x2e, 0x78, 0x65, 0x69, 0x61, 0x73, 0x6f, 0x2e, - 0x6e, 0x65, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x66, 0x65, 0x65, 0x64, 0x2e, 0x46, 0x65, - 0x65, 0x64, 0x42, 0x12, 0x5a, 0x10, 0x78, 0x65, 0x69, 0x61, 0x73, 0x6f, 0x2e, 0x6e, 0x65, 0x74, - 0x2f, 0x76, 0x34, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x0f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x66, 0x65, + 0x65, 0x64, 0x2e, 0x46, 0x65, 0x65, 0x64, 0x42, 0x12, 0x5a, 0x10, 0x78, 0x65, 0x69, 0x61, 0x73, + 0x6f, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x76, 0x34, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x33, } var ( @@ -160,14 +160,14 @@ var file_xesite_proto_goTypes = []interface{}{ (*BuildInfo)(nil), // 0: xeiaso.net.BuildInfo (*timestamppb.Timestamp)(nil), // 1: google.protobuf.Timestamp (*emptypb.Empty)(nil), // 2: google.protobuf.Empty - (*protofeed.Feed)(nil), // 3: xeiaso.net.protofeed.Feed + (*protofeed.Feed)(nil), // 3: protofeed.Feed } var file_xesite_proto_depIdxs = []int32{ 1, // 0: xeiaso.net.BuildInfo.build_time:type_name -> google.protobuf.Timestamp 2, // 1: xeiaso.net.Meta.Metadata:input_type -> google.protobuf.Empty 2, // 2: xeiaso.net.Feed.Get:input_type -> google.protobuf.Empty 0, // 3: xeiaso.net.Meta.Metadata:output_type -> xeiaso.net.BuildInfo - 3, // 4: xeiaso.net.Feed.Get:output_type -> xeiaso.net.protofeed.Feed + 3, // 4: xeiaso.net.Feed.Get:output_type -> protofeed.Feed 3, // [3:5] is the sub-list for method output_type 1, // [1:3] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name |
