Documentation ¶
Overview ¶
Package v1 is a container for endpoints that are used to power the v1 of the service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyCheckHandler ¶ added in v0.4.0
type DependencyCheckHandler struct { DynamoDBDependencyChecker domain.DependencyChecker NexposeClientDependencyChecker domain.DependencyChecker }
DependencyCheckHandler takes in a domain.DependencyChecker to check external dependencies
type NotificationHandler ¶
type NotificationHandler struct { ScanFetcher domain.ScanFetcher TimestampFetcher domain.TimestampFetcher TimestampStorer domain.TimestampStorer Producer domain.Producer LogFn domain.LogFn StatFn domain.StatFn }
NotificationHandler takes a duration and returns a list of completed scans.
Click to show internal directories.
Click to hide internal directories.