This website requires JavaScript.
Explore
Help
Sign in
baalajimaestro
/
traefik
Watch
1
Star
0
Fork
You've already forked traefik
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
cc795b917a
traefik
/
provider.go
6 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
Providers refactoring
2015-09-07 08:38:58 +00:00
package
main
type
Provider
interface
{
Adding caching and merging of configurations Configurations are now cached from each provider separately so that we can merge them together when one provider has changed config. The Web module also returns full config info through the HTML call, but REST API is working on a separate web configuration that is sent in just like any other.
2015-09-22 04:16:21 +00:00
Provide
(
configurationChan
chan
<-
configMessage
)
Providers refactoring
2015-09-07 08:38:58 +00:00
}
Reference in a new issue
Copy permalink