Documentation ¶
Overview ¶
Package cmd abstracts the "main" function's logic out of the main package for integration testing purposes.
Index ¶
Constants ¶
View Source
const ( // DefaultHTTPServerReadTimeout is the default HTTP server read timeout. DefaultHTTPServerReadTimeout = 1 * time.Second // DefaultHTTPServerReadHeaderTimeout is the default HTTP server read header timeout. DefaultHTTPServerReadHeaderTimeout = 5 * time.Second // DefaultAuditCheckInterval when to check audit.log modify time. DefaultAuditCheckInterval = 15 * time.Second // DefaultAuditModifyTimeThreshold seconds since last write to audit.log before alerting. DefaultAuditModifyTimeThreshold = 86400 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.