refactor rules, api enhancements

This commit is contained in:
emile 2015-09-15 18:35:32 +02:00
parent a4f542c02f
commit ef9e773b9f
6 changed files with 8 additions and 8 deletions

View file

@ -35,7 +35,7 @@ type Server struct {
}
type Route struct {
Category string
Rule string
Value string
}