module V1::Layer

Direct including types

Defined in:

v1/layer.cr

Instance Method Summary

Instance Method Detail

abstract def compressed : IO #

Compressed returns an io.ReadCloser for the compressed layer contents.


[View source]
abstract def diff_id : V1::Hash #

DiffID returns the Hash of the uncompressed layer.


[View source]
abstract def digest : V1::Hash #

Digest returns the Hash of the compressed layer.


[View source]
abstract def media_type : Types::MediaType #

MediaType returns the media type of the layer


[View source]
abstract def size : Int64 #

Size returns the compressed size of the layer


[View source]
abstract def uncompressed : IO #

Uncompressed returns an io.ReadCloser for the uncompressed layer contents.


[View source]