File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 1- # trpc/server/http_sse/BUILD
2- cc_library (
3- name = "ssestreamwriter" ,
4- hdrs = [
5- "ssestreamwriter.h" ,
6- ],
7- visibility = ["//visibility:public" ],
8- deps = [
9- "//trpc/codec/http_sse:http_sse_codec" ,
10- "//trpc/util/http/sse:http_sse" ,
11- "//trpc/util:ref_ptr" ,
12- "//trpc/util/http/sse:http_sse_parser" ,
13- "//trpc/server:server_context_h" ,
14- "//trpc/util/buffer:noncontiguous_buffer" ,
15- ],
16- )
17-
18- cc_library (
19- name = "HttpSseService" ,
20- hdrs = [
21- "HttpSseService.h" ,
22- ],
23- srcs = [
24- "HttpSseService.cc" ,
25- ],
26- visibility = ["//visibility:public" ],
27- deps = [
28- "//trpc/server:server_context_h" ,
29- "//trpc/server/http_sse:ssestreamwriter" ,
30- "//trpc/util:ref_ptr" ,
31- "//trpc/util/http/sse:http_sse" ,
32- "//trpc/util/log:logging" ,
33- ],
34- )
35-
36-
371# trpc/server/http_sse/BUILD
382licenses (["notice" ])
393
You can’t perform that action at this time.
0 commit comments