Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrPopulateFailed = errors.New("failed to populate working directory")
)
Functions ¶
This section is empty.
Types ¶
type PersistentWorkerInstance ¶
type PersistentWorkerInstance struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*PersistentWorkerInstance, error)
func (*PersistentWorkerInstance) WorkingDirectory ¶
func (pwi *PersistentWorkerInstance) WorkingDirectory(projectDir string, dirtyMode bool) string
Click to show internal directories.
Click to hide internal directories.