Documentation ¶ Index ¶ func Copy(s *config.Step) error func CreateDir(s *config.Step) error func CreateLink(s *config.Step) error func ExecCmd(s *config.Step) error func ReplaceVariable(c *config.Config) type Handler func (h *Handler) Run() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Copy ¶ func Copy(s *config.Step) error func CreateDir ¶ func CreateDir(s *config.Step) error func CreateLink ¶ func CreateLink(s *config.Step) error CreateLink is create a symbolic link. func ExecCmd ¶ func ExecCmd(s *config.Step) error func ReplaceVariable ¶ func ReplaceVariable(c *config.Config) Types ¶ type Handler ¶ type Handler struct { Config *config.Config OnlyExec string } func (*Handler) Run ¶ func (h *Handler) Run() Source Files ¶ View all Source files cmd.go cp.go handler.go ln.go mkdir.go path.go variable.go Click to show internal directories. Click to hide internal directories.