Closed concaf closed 7 years ago
We need to abstract away tests for object.Mount from func (c *Container) validate() error to func (m *Mount) validate() error, and call from func (c *Container) validate() error
object.Mount
func (c *Container) validate() error
func (m *Mount) validate() error
parking here for later
We need to abstract away tests for
object.Mount
fromfunc (c *Container) validate() error
tofunc (m *Mount) validate() error
, and call fromfunc (c *Container) validate() error
parking here for later