Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SaveMiddlewareEntry ¶
type SaveMiddlewareEntry struct {
// contains filtered or unexported fields
}
type SelectMiddleware ¶
type SelectMiddleware struct {
// contains filtered or unexported fields
}
func NewSelectMiddleware ¶
func NewSelectMiddleware() SelectMiddleware
func NewSelectMiddlewareWithStdinAndStdout ¶
func NewSelectMiddlewareWithStdinAndStdout(stdin io.ReadCloser, stdout io.WriteCloser) SelectMiddleware
func (SelectMiddleware) Apply ¶
func (selectMiddleware SelectMiddleware) Apply( run *models.PipelineRun, next func(*models.PipelineRun), executionContext *middleware.ExecutionContext, )
func (SelectMiddleware) String ¶
func (selectMiddleware SelectMiddleware) String() string
Click to show internal directories.
Click to hide internal directories.