package
3.0.3+incompatible
Repository: https://github.com/bit-rocket/open-snell.git
Documentation: pkg.go.dev
# README
Generate grpc and pb files
reference: https://grpc.io/docs/languages/go/quickstart/ Install protoc-gen-go
go install google.golang.org/protobuf/cmd/[email protected]
Install protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/[email protected]
Generate grpc & pb files
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative snellgoapi.proto
# 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
# Constants
No description provided by the author
# Variables
No description provided by the author
SnellService_ServiceDesc is the grpc.ServiceDesc for SnellService service.
# 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
UnimplementedSnellServiceServer must be embedded to have forward compatible implementations.
# Interfaces
SnellServiceClient is the client API for SnellService service.
SnellServiceServer is the server API for SnellService service.
this file refers to github.com/Trojan-Qt5/go-shadowsocks/ssapi/.
UnsafeSnellServiceServer may be embedded to opt out of forward compatibility for this service.