# Packages
No description provided by the author
# Functions
New creates a drone plugin.
WithAllowListFile configures with repo slug regex match list file.
WithAlwaysRunAll configures always run all enabled or disabled.
WithBitBucketAuthServer configures an auth server.
WithBitBucketClient configures with a bitbucket client, alternative to github.
WithBitBucketClient configures with a bitbucket secret, alternative to github.
WithCacheTTL enables request/response caching and the specified TTL for each entry.
WithConcat configures with concat enabled or disabled.
WithConsiderFile configures with a consider file which contains references to all 'drone.yml' files which should be considered for the repository.
WithFallback configures with fallback enabled or disabled.
WithFinalizeSupport adds dependencies to all pipelines to a user provider pipelined named `finalize`.
WithGithubToken configures with the github token specified.
WithGitlabServer configures with the gitlab server specified.
WithGitlabToken configures with the gitlab token specified.
WithMaxDepth configures with max depth to search for 'drone.yml'.
WithServer configures with a custom SCM server.
# Structs
ConsiderData holds the considerFile information in both list and map representations.
DroneConfigCombiner holds multiple LoadedDroneConfigs to combine them.
LoadedDroneConfig holds the name and the string content of a `.drone.yml` file.
No description provided by the author
# Type aliases
KeyOnlyMap is a map with only keys.