summaryrefslogtreecommitdiff
path: root/layer/ro_layer_windows.go
blob: 32bd7182a3a37d830fb2652339b68c736ef49084 (plain)
1
2
3
4
5
6
7
8
9
package layer

import "github.com/docker/distribution"

var _ distribution.Describable = &roLayer{}

func (rl *roLayer) Descriptor() distribution.Descriptor {
	return rl.descriptor
}