Versions in this module Expand all Collapse all v1 v1.7.2 Nov 26, 2023 Changes in this version + const V1 + const V2 + func Handler(secret string, plugin Plugin, logs logger.Logger) http.Handler + type Plugin interface + List func(context.Context, *Request) ([]*Variable, error) + func Client(endpoint, secret string, skipverify bool) Plugin + type Request struct + Build drone.Build + Repo drone.Repo + type Variable struct + Data string + Mask bool + Name string