refactor runner using titan

This commit is contained in:
Pedro Nasser
2016-07-24 17:46:08 -03:00
parent a8e984f834
commit 14cc57fd9c
12 changed files with 339 additions and 369 deletions

View File

@@ -54,5 +54,6 @@ func (r *Route) Validate() error {
}
type RouteFilter struct {
Path string
AppName string
}