Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Commit

Permalink
Aliasing Params.
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Jan 17, 2015
1 parent f776a69 commit 642dbf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions medeina.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ type Handle func()
// specefic values in an enum-like fashion.
type Method string

type Params httprouter.Params

const (
GET = "GET"
POST = "POST"
Expand Down

0 comments on commit 642dbf2

Please sign in to comment.