Documentation ¶ Index ¶ type InsightStorage Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type InsightStorage ¶ type InsightStorage interface { // InsightsRun registers a insights process run just now. InsightsRun() error // LastInsightsRun gets the last time insights process run. LastInsightsRun() (*time.Time, happydns.Identifier, error) } Source Files ¶ insight_storage.go Click to show internal directories. Click to hide internal directories.