fetchers

package
v0.76.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FetchCFAuditEvents

func FetchCFAuditEvents(cfg *FetcherConfig, pullEventsSince time.Time, resultsChan chan CFAuditEventResult)

Types

type CFAuditEventFetcher

type CFAuditEventFetcher = func(pullEventsSince time.Time, resultsChan chan CFAuditEventResult)

type CFAuditEventResult

type CFAuditEventResult struct {
	Events []cfclient.Event
	Err    error
}

type FetcherConfig

type FetcherConfig struct {
	CFClient           cfclient.CloudFoundryClient
	Logger             lager.Logger
	PaginationWaitTime time.Duration
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL