//
pkg.gl
Category
github.com/drone/drone-go
plugin
validator
package
1.7.1
Repository:
https://github.com/drone/drone-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
11
Files
137 SLOC
#
Functions
Client
Client returns a new plugin client.
Handler
Handler returns a http.Handler that accepts JSON-encoded HTTP requests to validate the yaml configuration, invokes the underlying plugin.
#
Constants
V1
V1 is version 1 of the validator API.
#
Variables
ErrBlock
ErrBlock is returned when the build should be blocked instead of throwing an error.
ErrSkip
ErrSkip is returned when the build should be skipped instead of throwing an error.
#
Structs
Request
No description provided by the author
#
Interfaces
Plugin
No description provided by the author