mirror of
https://github.com/moby/moby.git
synced 2026-08-07 16:41:50 +00:00
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
284 B
Go
9 lines
284 B
Go
package hcsschema
|
|
|
|
type FirmwareFile struct {
|
|
// Parameters is an experimental/pre-release field. The field itself or its
|
|
// behavior can change in future iterations of the schema. Avoid taking a hard
|
|
// dependency on this field.
|
|
Parameters []byte `json:"Parameters,omitempty"`
|
|
}
|