mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-29 18:04:15 +02:00
Remove unused files (#392)
This commit is contained in:
parent
44ae414bce
commit
ba0286d055
@ -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…
x
Reference in New Issue
Block a user