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

Struct Datasource

datasource/null/data.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type Datasource struct {
21 config Config
22}
23
24// The Null data source is designed to demonstrate how data sources work, and
25// to provide a test plugin. It does not do anything useful; you assign an

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected