mirror of
https://github.com/moby/moby.git
synced 2026-07-06 14:48:57 +00:00
Move some of the optional parameters of CreateRWLayer() in a struct called CreateRWLayerOpts. This will make it easy to add more options arguments without having to change signature of CreateRWLayer(). Signed-off-by: Vivek Goyal <vgoyal@redhat.com>