mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
Remove unused files (#392)
This commit is contained in:
parent
44ae414bce
commit
ba0286d055
6 changed files with 5 additions and 5 deletions
|
@ -10,15 +10,20 @@ import (
|
|||
type Engine interface {
|
||||
// Setup the pipeline environment.
|
||||
Setup(context.Context, *Config) error
|
||||
|
||||
// Start the pipeline step.
|
||||
Exec(context.Context, *Step) error
|
||||
|
||||
// Kill the pipeline step.
|
||||
Kill(context.Context, *Step) error
|
||||
|
||||
// Wait for the pipeline step to complete and returns
|
||||
// the completion results.
|
||||
Wait(context.Context, *Step) (*State, error)
|
||||
|
||||
// Tail the pipeline step logs.
|
||||
Tail(context.Context, *Step) (io.ReadCloser, error)
|
||||
|
||||
// Destroy the pipeline environment.
|
||||
Destroy(context.Context, *Config) error
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
package analysis
|
|
@ -1 +0,0 @@
|
|||
package coverage
|
|
@ -1 +0,0 @@
|
|||
package multipart
|
|
@ -1 +0,0 @@
|
|||
package selenium
|
|
@ -1 +0,0 @@
|
|||
package terminal
|
Loading…
Reference in a new issue