delete unused structs

This commit is contained in:
Lunny Xiao
2022-11-25 17:48:45 +08:00
committed by Jason Song
parent 4c2d976629
commit 482832da76
19 changed files with 190 additions and 782 deletions
-3
View File
@@ -25,9 +25,6 @@ func gRPCRouter(r *web.Route, fn grpc.RouteFn) {
}
func Routes(r *web.Route) *web.Route {
// socket connection
r.Get("/socket", socketServe)
gRPCRouter(r, grpc.V1Route)
gRPCRouter(r, grpc.V1AlphaRoute)
gRPCRouter(r, grpc.HealthRoute)