mirror of
https://github.com/thegeeklab/drone-plugin-lib.git
synced 2024-11-05 02:40:40 +00:00
Cleanup pkg/plugin
This commit is contained in:
parent
578305b3b6
commit
3a8710d533
@ -8,29 +8,6 @@ package plugin
|
||||
import "time"
|
||||
|
||||
type (
|
||||
// Context contains information about the current execution context.
|
||||
//
|
||||
// The context organizes all the information available to a plugin executing
|
||||
// as a step within a stage.
|
||||
//
|
||||
// Plugins can choose to compose this within their own config.
|
||||
//
|
||||
// import "github.com/drone-plugins/drone-plugin-lib/pkg/plugin"
|
||||
//
|
||||
// type MyPluginContext struct {
|
||||
// plugin.Context
|
||||
// Foo string
|
||||
// Bar string
|
||||
// }
|
||||
Context struct {
|
||||
Build Build
|
||||
Repo Repo
|
||||
Commit Commit
|
||||
Stage Stage
|
||||
Step Step
|
||||
SemVer SemVer
|
||||
}
|
||||
|
||||
// Build represents a build of a repository.
|
||||
Build struct {
|
||||
// Action that triggered the build. This value is used to differentiate
|
||||
|
Loading…
Reference in New Issue
Block a user