Versions in this module Expand all Collapse all v1 v1.7.2 Nov 26, 2023 Changes in this version + const V1 + var ErrBlock = errors.New("block") + var ErrSkip = errors.New("skip") + func Handler(secret string, plugin Plugin, logs logger.Logger) http.Handler + type Plugin interface + Validate func(context.Context, *Request) error + func Client(endpoint, secret string, skipverify bool) Plugin + type Request struct + Build drone.Build + Config drone.Config + Repo drone.Repo + Token drone.Token