We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee5088 commit 88ec44fCopy full SHA for 88ec44f
machine.go
@@ -131,9 +131,6 @@ func (cfg *Config) Validate() error {
131
132
// Machine is the main object for manipulating Firecracker microVMs
133
type Machine struct {
134
- // Metadata is the associated metadata that will be sent to the firecracker
135
- // process
136
- Metadata interface{}
137
// Handlers holds the set of handlers that are run for validation and start
138
Handlers Handlers
139
0 commit comments