Update dependencies

This commit is contained in:
世界
2025-02-14 13:43:07 +08:00
parent 892aba0ec8
commit 05be3bcd34
11 changed files with 212 additions and 326 deletions

View File

@@ -18,6 +18,7 @@ type GRPCConn struct {
}
func NewGRPCConn(service GunService) *GRPCConn {
//nolint:staticcheck
if client, isClient := service.(GunService_TunClient); isClient {
service = &clientConnWrapper{client}
}