package
0.0.0-20240905050138-5a09c3edf247
Repository: https://github.com/nginx-proxy/docker-gen.git
Documentation: pkg.go.dev
# Functions
PathExists returns whether the given file or directory exists or not.
SplitKeyValueSlice takes a string slice where values are of the form KEY, KEY=, KEY=VALUE or KEY=NESTED_KEY=VALUE2, and returns a map[string]string where items are split at their first `=`.