package
0.0.0-20201106104914-e99cc0b83bb6
Repository: https://github.com/ozonep/drone.git
Documentation: pkg.go.dev
# Functions
Combine combines the config services, allowing the system to source pipeline configuration from multiple sources.
Global returns a configuration service that fetches the yaml configuration from a remote endpoint.
Jsonnet returns a configuration service that fetches the jsonnet file directly from the source code management (scm) system and converts to a yaml file.
Memoize caches the conversion results for subsequent calls.
Repository returns a configuration service that fetches the yaml directly from the source code management (scm) system.