Skip to content
Snippets Groups Projects
Commit 7bfe7060 authored by aliiohs's avatar aliiohs
Browse files

del unuseless files

parent 6ced4478
No related branches found
No related tags found
No related merge requests found
{
"go.formatTool": "goimports"
}
\ No newline at end of file
......@@ -39,6 +39,7 @@ const (
PRIORITY = "priority"
)
//ConditionRouter condition router struct
type ConditionRouter struct {
Pattern string
Url common.URL
......@@ -48,6 +49,7 @@ type ConditionRouter struct {
ThenCondition map[string]MatchPair
}
//CompareTo
func (c ConditionRouter) CompareTo(r cluster.Router) int {
var result int
router, ok := r.(*ConditionRouter)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment