Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChownFileAndDir ¶
type ChownFileAndDir struct { action.BaseAction Path string }
type ChownModule ¶
type ChownModule struct {
module.BaseTaskModule
}
func (*ChownModule) Init ¶
func (c *ChownModule) Init()
type ChownOutputModule ¶
type ChownOutputModule struct {
common.ArtifactModule
}
func (*ChownOutputModule) Init ¶
func (c *ChownOutputModule) Init()
type ChownWorkDirModule ¶
type ChownWorkDirModule struct {
module.BaseTaskModule
}
func (*ChownWorkDirModule) Init ¶
func (c *ChownWorkDirModule) Init()
type LocalTaskChown ¶
type LocalTaskChown struct { action.BaseAction Path string }
Click to show internal directories.
Click to hide internal directories.