TopLayer returns the top layer id as a string
()
| 208 | |
| 209 | // TopLayer returns the top layer id as a string |
| 210 | func (i *Image) TopLayer() string { |
| 211 | return i.storageImage.TopLayer |
| 212 | } |
| 213 | |
| 214 | // Parent returns the parent image or nil if there is none |
| 215 | func (i *Image) Parent(ctx context.Context) (*Image, error) { |
no outgoing calls