Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct {
GRPCMaxMsgSize int64 `long:"max-msg-size" description:"max msg size in bytes"`
GRPCMaxConcurrentStreams uint32 `long:"max-concurrent-streams" description:"max number of grpc streams"`
Port int32 `long:"port" default:"8091" description:"port used by server"`
DisableTLS bool `long:"disable-tls" description:"Disable TLS encyrption"`
CertFile string `long:"certfile" description:"Certfile location" default:"/usr/local/logrhythm/winston/winston.pem"`
CertKey string `long:"certkey" description:"certkey location" default:"/usr/local/logrhythm/winston/winston.key"`
}
Opts are the options for the SQLD server
Click to show internal directories.
Click to hide internal directories.