Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitRequestLogs ¶
Initialize request logs with maximum no. of requests & maxTTL in seconds
Types ¶
type ActiveRequestLog ¶
type ActiveRequestLog struct {
LogsDiffing *sync.WaitGroup
Output chan LogsResults
}
type ActiveRequestLogData ¶
type ActiveRequestLogData struct {
// contains filtered or unexported fields
}
type ActiveRequestLogsTTLMap ¶
type ActiveRequestLogsTTLMap struct {
// contains filtered or unexported fields
}
type LogsResults ¶
type LogsResults struct {
LogType string // can be `request` or `response`
LogTime string // can be `before` or `after`
Data RequestData
Stage string
TimeTaken float64
}
Click to show internal directories.
Click to hide internal directories.