dive/runtime/export/layer.go
2019-10-07 12:09:31 -04:00

8 lines
179 B
Go

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