Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReport ¶
func NewReport(lg *zap.Logger, exceptionCh chan conn.Exception, connCreator BackendConnCreator) *report
func NewReportDB ¶
func NewReportDB(lg *zap.Logger, connCreator BackendConnCreator) *reportDB
Types ¶
type BackendConnCreator ¶
type BackendConnCreator func() conn.BackendConn
type ReportConfig ¶
type ReportConfig struct {
StartTime time.Time
TlsConfig *tls.Config
// contains filtered or unexported fields
}
func (*ReportConfig) Validate ¶
func (cfg *ReportConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.