Documentation
¶
Index ¶
Constants ¶
View Source
const (
PluginsRoot = root + ".plugins"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Port int
MaxConcurrentStreams int64
InitialWindowSize int32
InitialConnWindowSize int32
TLS struct {
Enabled bool
CertFile string
KeyFile string
CAFile string `config:"caFile"`
} `config:"tls"`
}
func NewOptions ¶
func NewOptionsWithPath ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServerWithOptions ¶
func (*Server) ServiceRegistrar ¶
func (s *Server) ServiceRegistrar() grpc.ServiceRegistrar
Click to show internal directories.
Click to hide internal directories.