MCPcopy
hub / github.com/hashicorp/packer / Datasource

Struct Datasource

datasource/http/data.go:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type Datasource struct {
38 config Config
39}
40
41type DatasourceOutput struct {
42 // The URL the data was requested from.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected