dive/runtime/export/layer.go
Alex Goodman 4714aca123
fix tests
2019-10-07 17:44:52 -04:00

10 lines
209 B
Go

package export
type layer struct {
Index int `json:"index"`
ID string `json:"id"`
DigestID string `json:"digestId"`
SizeBytes uint64 `json:"sizeBytes"`
Command string `json:"command"`
}