imports for proto

This commit is contained in:
2026-04-13 08:00:24 +02:00
parent 458dc9f0b0
commit 9a566b2a00

View File

@@ -1,9 +1,11 @@
use tonic::{transport::Server, Request, Response, Status}; use tonic::{Request, Response, Status, transport::Server};
// use stream_list::greeter_server::{Greeter, GreeterServer}; // use stream_list::greeter_server::{Greeter, GreeterServer};
// use stream_list::{HelloReply, HelloRequest}; // use stream_list::{HelloReply, HelloRequest};
use stream_list::{v3_data_live_chat_message_service_server::V3DataLiveChatMessageService, LiveChatMessageListRequest}; use stream_list::{
LiveChatMessageListRequest,
v3_data_live_chat_message_service_server::V3DataLiveChatMessageService,
};
pub mod stream_list { pub mod stream_list {
tonic::include_proto!("youtube.api.v3"); tonic::include_proto!("youtube.api.v3");
} }