Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByPathName ¶
type ByPathName []*FileInfo
func (ByPathName) Len ¶
func (p ByPathName) Len() int
func (ByPathName) Less ¶
func (p ByPathName) Less(i, j int) bool
func (ByPathName) Swap ¶
func (p ByPathName) Swap(i, j int)
type WorkspaceAchiever ¶
type WorkspaceAchiever struct { StorageURI string PipelineName string ServiceName string // contains filtered or unexported fields }
func NewWorkspaceAchiever ¶
func NewWorkspaceAchiever(storageURI, pipelineName, serviceName, wd string, caches []string, gitFolders []string) *WorkspaceAchiever
func (*WorkspaceAchiever) Achieve ¶
func (c *WorkspaceAchiever) Achieve(target string) error
Click to show internal directories.
Click to hide internal directories.