package
0.0.0-20241202022155-d72a74b0f150
Repository: https://github.com/lxt1045/utils.git
Documentation: pkg.go.dev
# README
生成目标文件
1. linux
生成 xxx.pb.go 文件
protoc --go_out=plugins=grpc:./ *.proto
# 或
protoc -I=. *.proto --gogofast_out=plugins=grpc:./gogofastgen
2. windows下需要全路径:
$env:dir="D:/project/go/src/github.com/lxt1045/utils"
protoc -I="$env:dir" $env:dir/rpc/test/socks_quic/pb/*.proto --gogofast_out=plugins=grpc:"$env:dir/rpc/test/socks_quic/pb/"
protoc -I="$env:dir" $env:dir/rpc/test/socks_quic/pb/*.proto --go_out=plugins=grpc:"$env:dir/rpc/test/socks_quic/pb/"
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedClientServer can be embedded to have forward compatible implementations.
UnimplementedServiceServer can be embedded to have forward compatible implementations.
UnimplementedSocksCliServer can be embedded to have forward compatible implementations.
UnimplementedSocksSvcServer can be embedded to have forward compatible implementations.
# Interfaces
ClientClient is the client API for Client service.
ClientServer is the server API for Client service.
ServiceClient is the client API for Service service.
ServiceServer is the server API for Service service.
SocksCliClient is the client API for SocksCli service.
SocksCliServer is the server API for SocksCli service.
SocksSvcClient is the client API for SocksSvc service.
SocksSvcServer is the server API for SocksSvc service.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author