blob: 32bd7182a3a37d830fb2652339b68c736ef49084 [file] [log] [blame]
package layer
import "github.com/docker/distribution"
var _ distribution.Describable = &roLayer{}
func (rl *roLayer) Descriptor() distribution.Descriptor {
return rl.descriptor
}