mirror of
https://github.com/traefik/traefik.git
synced 2026-06-19 21:49:18 -04:00
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
4 lines
93 B
Go
4 lines
93 B
Go
package static
|
|
|
|
// PluginConf holds the plugin configuration.
|
|
type PluginConf map[string]any
|