Versions in this module Expand all Collapse all v1 v1.1.0 Oct 19, 2022 Changes in this version + var File_transport_internet_grpc_config_proto protoreflect.FileDescriptor + func Dial(ctx context.Context, dest net.Destination, ...) (internet.Connection, error) + func Listen(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error) + type Config struct + Host string + ServiceName string + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) GetHost() string + func (x *Config) GetServiceName() string + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type Listener struct + func (l Listener) Addr() net.Addr + func (l Listener) Close() error + func (l Listener) Tun(server encoding.GunService_TunServer) error