rename signaling package

This commit is contained in:
2023-04-07 11:12:06 +08:00
parent e59276b2a8
commit df51451e47
7 changed files with 104 additions and 99 deletions

View File

@ -5,7 +5,7 @@ import (
"net"
signal_server "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/impl/signal-server"
proto "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/proto/signal-server"
proto "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/proto/signaling"
"google.golang.org/grpc"
)