Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UnlinkCmd ¶
type UnlinkCmd struct { ShouldClean func(f *cmdutil.Factory) bool Clean func(f *cmdutil.Factory, cmd *UnlinkCmd) error IsDirEmpty func(dirpath string) (bool, error) CleanDir func(dirpath string) error F *cmdutil.Factory DeleteCmd func(f *cmdutil.Factory) *app.DeleteCmd }
func NewUnlinkCmd ¶
Click to show internal directories.
Click to hide internal directories.