//
pkg.gl
Category
github.com/drone/runner-go
pipeline
package
1.12.0
Repository:
https://github.com/drone/runner-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
21
Files
312 SLOC
#
Packages
reporter
Package reporter provides Reporter implementations.
runtime
No description provided by the author
streamer
Package streamer provides Streamer implementations.
uploader
No description provided by the author
#
Functions
NopReporter
NopReporter returns a noop reporter.
NopStreamer
NopStreamer returns a noop streamer.
NopUploader
No description provided by the author
#
Structs
State
State stores the pipeline state.
#
Interfaces
Reporter
A Reporter reports the pipeline status.
Streamer
A Streamer streams the pipeline logs.
Uploader
No description provided by the author