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
Envs []string
// contains filtered or unexported fields
}
func NewWorkspaceAchiever ¶
func NewWorkspaceAchiever(storageURI, pipelineName, serviceName, wd, aesKey string, caches, gitFolders, envs []string) *WorkspaceAchiever
Click to show internal directories.
Click to hide internal directories.