Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdapterRole ¶
type AdapterRole string
AdapterRole defines whether the adapter is input or output
const ( InputAdapterRole AdapterRole = "input" OutputAdapterRole AdapterRole = "output" )
type AdapterType ¶
type AdapterType string
const ( GithubAdapterType AdapterType = "github" InterlynkAdapterType AdapterType = "interlynk" FolderAdapterType AdapterType = "folder" )
type ProcessingMode ¶ added in v0.0.2
type ProcessingMode string
const ( FetchParallel ProcessingMode = "parallel" FetchSequential ProcessingMode = "sequential" )
type UploadMode ¶ added in v0.0.2
type UploadMode string
const ( UploadParallel UploadMode = "parallel" UploadBatching UploadMode = "batch" UploadSequential UploadMode = "sequential" )
type UploadSettings ¶ added in v0.0.2
type UploadSettings struct {
ProcessingMode UploadMode // "sequential", "parallel", or "batch"
}
UploadSettings contains configuration for SBOM uploads
Click to show internal directories.
Click to hide internal directories.