Add entrypoints to providers

This commit is contained in:
emile
2016-02-01 16:08:58 +01:00
parent 81cb00573f
commit a8cc26fd91
10 changed files with 63 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ import (
"errors"
"fmt"
fmtlog "log"
"regexp"
"strings"
"time"
@@ -11,7 +12,6 @@ import (
"github.com/emilevauge/traefik/types"
"github.com/mitchellh/mapstructure"
"github.com/spf13/viper"
"regexp"
)
// GlobalConfiguration holds global configuration (with providers, etc.).