Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Adds sticky (plugin) routing strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcooklin committed Jan 26, 2016
1 parent f8f1f7a commit f1dc462
Show file tree
Hide file tree
Showing 23 changed files with 1,102 additions and 583 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build/
profile.cov
gin-bin
tags
.vscode/

# we don't vendor godep _workspace
**/Godeps/_workspace/**
Expand Down
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch main.go",
"type": "go",
"request": "launch",
"mode": "test",
"program": "./control/",
"env": {},
"args": ["run TestRoutingCachingStrategy"]
}
]
}
Loading

0 comments on commit f1dc462

Please sign in to comment.