chore: move the parser to a dedicated package.

This commit is contained in:
Ludovic Fernandez
2020-08-17 18:04:03 +02:00
committed by GitHub
parent eecc2f4dd7
commit 1502d20def
90 changed files with 191 additions and 14278 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
"github.com/abronan/valkeyrie/store"
"github.com/containous/traefik/v2/pkg/config/parser"
"github.com/traefik/paerser/parser"
)
// DecodeToNode converts the labels to a tree of nodes.